Skip to content

Commit

Permalink
fix test flake in ESM test
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Apr 21, 2018
1 parent 346ab5c commit 48af58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ module.exports = config => {
// support
cfg.browsers = ['ChromeHeadless'];
cfg.files = [
'test/browser-fixtures/esm.fixture.html',
'test/browser-specific/esm.spec.js'
'test/browser-specific/esm.spec.js',
'test/browser-fixtures/esm.fixture.html'
];
break;
default:
Expand Down

0 comments on commit 48af58c

Please sign in to comment.