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.
1 parent 45f7b83 commit fbd117dCopy full SHA for fbd117d
CONTRIBUTING.md
@@ -21,9 +21,8 @@ That will install all of our [npm](http://npmjs.org) and [component](http://comp
21
The commands you'll want to know for development are:
22
23
```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
+$ make test # runs all of the tests in your terminal
+$ make test-browser BROWSERS=Chrome # runs all of the tests in Chrome for nicer debugging
27
```
28
29
## Writing Tests
0 commit comments