Skip to content

Commit e8462a2

Browse files
committed
reference correct built file in karma
1 parent a1267e0 commit e8462a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/karma.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = function(config) {
22
config.set({
33
frameworks: ['mocha', 'chai'],
4-
files: ['../dist/index.umd.js', 'test.js'],
4+
files: [{pattern: '../dist/index.js', type: 'module'}, 'test.js'],
55
reporters: ['mocha'],
66
port: 9876,
77
colors: true,

0 commit comments

Comments
 (0)