Document how to run tests in other browsers

This commit is contained in:
Tim Schaub
2017-08-16 21:44:13 -04:00
parent 50e15dc3e7
commit 964f0f33b4

View File

@@ -18,6 +18,12 @@ Run the tests once:
npm test
This will run tests in Chrome. If you do not have Chrome installed, you can run tests on Firefox instead:
npm test -- --browsers Firefox
To run tests in other browsers, you need to install [additional Karma launchers](http://karma-runner.github.io/1.0/config/browsers.html).
To run the tests continuously:
npm run karma