We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89b59cb + 86089a3 commit abe34a7Copy full SHA for abe34a7
.github/CONTRIBUTING.md
@@ -22,7 +22,7 @@ Want to be listed as a *Contributor*? Make a pull request with:
22
* Run `npm install` from the project directory
23
24
## Testing
25
-* (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.
26
* (Any browser, remotely) If you have a [Sauce Labs](https://saucelabs.com) account, you can run `gulp test-ci`.
27
Make sure the target browser is enabled in [Karma CI Config](karma.conf.ci.js).
28
Otherwise, Travis will run all browsers if you submit a Pull Request.
0 commit comments