Skip to content

Commit fbd117d

Browse files
committed
Update CONTRIBUTING.md
1 parent 45f7b83 commit fbd117d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ That will install all of our [npm](http://npmjs.org) and [component](http://comp
2121
The commands you'll want to know for development are:
2222

2323
```bash
24-
$ make # re-compiles the development build of analytics.js for testing
25-
$ make test # runs all of the tests in your terminal
26-
$ make test-browser # runs all of the tests in your browser, for nicer debugging
24+
$ make test # runs all of the tests in your terminal
25+
$ make test-browser BROWSERS=Chrome # runs all of the tests in Chrome for nicer debugging
2726
```
2827

2928
## Writing Tests

0 commit comments

Comments
 (0)