Skip to content

Commit

Permalink
Specify --browsers when using gulp test --watch (prebid#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
snapwich authored and matthewlane committed Jul 26, 2017
1 parent 1d82700 commit 6069d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ If you are contributing code, you should [configure your editor](http://eslint.o

### Unit Testing with Karma

$ gulp test --watch
$ gulp test --watch --browsers=chrome

This will run tests and keep the Karma test browser open. If your `prebid.js` file is sourced from the `./build/dev` directory you will also have sourcemaps available when using your browser's developer tools.

Expand Down

0 comments on commit 6069d9b

Please sign in to comment.