We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1267e0 commit e8462a2Copy full SHA for e8462a2
1 file changed
test/karma.config.js
@@ -1,7 +1,7 @@
1
module.exports = function(config) {
2
config.set({
3
frameworks: ['mocha', 'chai'],
4
- files: ['../dist/index.umd.js', 'test.js'],
+ files: [{pattern: '../dist/index.js', type: 'module'}, 'test.js'],
5
reporters: ['mocha'],
6
port: 9876,
7
colors: true,
0 commit comments