Skip to content

Commit

Permalink
Add test for v2 addon importing from v1 addon's fake module
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Apr 6, 2022
1 parent b3fbd4b commit 4f5d507
Show file tree
Hide file tree
Showing 4 changed files with 512 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Tests can be run per-package, or combined all together.

Per-package test suites are defined as the `yarn test` command within each `packages/*` or `test-packages/*`.

Scenario tests can be ran in `tests/scenarios` with `yarn test --filter "scenario name"`.

The combined suite can be run via the top-level `yarn test` command. It's defined by combining

- all the `yarn test:*` commands within each `packages/*` or `test-packages/*`. These are typically complete Ember apps that need to get built and tested in the browser.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"scenario-tester/fixturify-project": "4.1.0"
},
"devDependencies": {
"@babel/helper-regex": "^7.10.5",
"@types/jest": "^24.0.0",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
Expand Down
Loading

0 comments on commit 4f5d507

Please sign in to comment.