Skip to content

Commit abe34a7

Browse files
authored
Merge pull request #63 from mattwynne/patch-1
We seem to use `npm test`, not `gulp test`
2 parents 89b59cb + 86089a3 commit abe34a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Want to be listed as a *Contributor*? Make a pull request with:
2222
* Run `npm install` from the project directory
2323

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

0 commit comments

Comments
 (0)