Skip to content

Commit

Permalink
React-Modal: chromeHeadless use
Browse files Browse the repository at this point in the history
Change frome chrome to chromeheadless

Signed-off-by: ossdev <ossdev@puresoftware.com>
  • Loading branch information
ossdev07 authored and diasbruno committed Nov 28, 2018
1 parent fc53400 commit 8d8f476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let browsers = ['Chrome'];
let browsers = ['ChromeHeadless'];
let coverageType = 'text';

if (process.env.CONTINUOUS_INTEGRATION) {
Expand Down

0 comments on commit 8d8f476

Please sign in to comment.