Skip to content

Commit b9146bf

Browse files
author
Eric Wendelin
committed
Update testing section of Contributing guide.
1 parent d693bbc commit b9146bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +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 `npm test`. Make sure [Karma Local Config](karma.conf.js) has the browsers you want
26-
* (Any browser, remotely) Run `make test-ci` to run tests on [Sauce Labs](https://saucelabs.com).
27-
Make sure the target browser is enabled in [Karma CI Config](karma.conf.ci.js)
25+
* (Local) Run `make 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 `make 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

Comments
 (0)