Skip to content

Commit

Permalink
Revert "Attempt at testing (failing due to uncaught exception)"
Browse files Browse the repository at this point in the history
This reverts commit 30c7ffb.
  • Loading branch information
prust committed Feb 15, 2020
1 parent 76804e6 commit 5edce19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
6 changes: 1 addition & 5 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,7 @@ module.exports = config => {
pattern: 'test/browser-specific/fixtures/esm.fixture.mjs',
type: 'module'
},
{pattern: 'test/browser-specific/esm.spec.mjs', type: 'module'},
{
pattern: 'test/browser-specific/uncaught-exception.spec.mjs',
type: 'module'
}
{pattern: 'test/browser-specific/esm.spec.mjs', type: 'module'}
];
break;
default:
Expand Down
27 changes: 0 additions & 27 deletions test/browser-specific/uncaught-exception.spec.mjs

This file was deleted.

0 comments on commit 5edce19

Please sign in to comment.