Skip to content

Commit d85aa36

Browse files
committed
Update CONTRIBUTING.md
1 parent 7fc5f72 commit d85aa36

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ When updating the API, you will need to update the type tests (in `tests/api.ts`
1717

1818
## Running tests
1919

20-
* `ember test` – Runs the test suite on the current Ember version
21-
* `ember test --server` – Runs the test suite in "watch mode"
22-
* `ember try:each` – Runs the test suite against multiple Ember versions
20+
* `cd test-app`
21+
* Multiple ways of running the tests
22+
* `pnpm test`
23+
* `ember serve` + visit `/tests` in the browser
24+
* `ember test`
25+
* `ember test --server`
2326

2427
## Running the dummy application
2528

0 commit comments

Comments
 (0)