Skip to content

Commit

Permalink
We seem to use npm test, not gulp test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne authored Jul 19, 2021
1 parent a3bf972 commit 86089a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Want to be listed as a *Contributor*? Make a pull request with:
* Run `npm install` from the project directory

## Testing
* (Local) Run `gulp test`. Make sure [Karma Local Config](karma.conf.js) has the browsers you want.
* (Local) Run `npm test`. Make sure [Karma Local Config](karma.conf.js) has the browsers you want.
* (Any browser, remotely) If you have a [Sauce Labs](https://saucelabs.com) account, you can run `gulp test-ci`.
Make sure the target browser is enabled in [Karma CI Config](karma.conf.ci.js).
Otherwise, Travis will run all browsers if you submit a Pull Request.

0 comments on commit 86089a3

Please sign in to comment.