Skip to content

Commit

Permalink
✅ Use chrome for testing over chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed Jul 13, 2023
1 parent 2ae8da9 commit 29f26f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ testServer.use(reporters.createReporter({

// use launchers
testServer.use(launch.firefox());
testServer.use(launch.chromium());
testServer.use(launch.chrome());
testServer.use(launch.fork('JSDOM', {
modulePath: './tests/jsdom.js'
}));
Expand Down

0 comments on commit 29f26f9

Please sign in to comment.