We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bec10 commit 4ee290eCopy full SHA for 4ee290e
tests/test-bundler.js
@@ -21,10 +21,7 @@ global.should = chai.should()
21
// Require Tests
22
// ---------------------------------------
23
// for use with karma-webpack-with-fast-source-maps
24
-// NOTE: `new Array()` is used rather than an array literal since
25
-// for some reason an array literal without a trailing `;` causes
26
-// some build environments to fail.
27
-const __karmaWebpackManifest__ = new Array() // eslint-disable-line
+const __karmaWebpackManifest__ = []; // eslint-disable-line
28
const inManifest = (path) => ~__karmaWebpackManifest__.indexOf(path)
29
30
// require all `tests/**/*.spec.js`
0 commit comments