Skip to content

Commit

Permalink
[DOC contributing.md] | Clarifying that yarn should be used to run te…
Browse files Browse the repository at this point in the history
…sts, not ember
  • Loading branch information
pete authored and runspired committed Apr 16, 2019
1 parent f43dde6 commit 781aecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ the issue being fixed and test that the solution works.

- PRs will automatically run an extensive set of test scenarios for your work
- `ember-data` is an `ember-addon` and uses `ember-cli`. To run tests locally
use `ember test` or `ember test --serve`. For additional test commands see the list
use `yarn test` or `yarn test --serve`. For additional test commands see the list
of commands in [./package.json](./package.json)

#### Commit Tagging
Expand Down

0 comments on commit 781aecf

Please sign in to comment.