Skip to content

Commit

Permalink
docs(readme): fix wrong pnpm command
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Dec 7, 2023
1 parent 4ad9a47 commit 2f0453a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ You can find the interactive documentation [here](https://docs.caluma.io/ember-c

### Running tests

- `pnpm --filter @projectcaluma/ember-[package] ember test` – Runs the test suite on the current Ember version
- `pnpm --filter @projectcaluma/ember-[package] ember test --server` – Runs the test suite in "watch mode"
- `pnpm --filter @projectcaluma/ember-[package] ember try:each` – Runs the test suite against multiple Ember versions
- `pnpm --filter @projectcaluma/ember-[package] exec ember test` – Runs the test suite on the current Ember version
- `pnpm --filter @projectcaluma/ember-[package] exec ember test --server` – Runs the test suite in "watch mode"
- `pnpm --filter @projectcaluma/ember-[package] exec ember try:each` – Runs the test suite against multiple Ember versions

Cross-browser testing provided by:

Expand Down

0 comments on commit 2f0453a

Please sign in to comment.