We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm test
gulp test
1 parent a3bf972 commit 86089a3Copy full SHA for 86089a3
.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