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 dluxemburg committed Jul 17, 2018
1 parent 42e54c6 commit 47e4c7d
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 47e4c7d

Please sign in to comment.