Skip to content

Commit 330f5b5

Browse files
committed
test: use umd for test
1 parent 26f88b9 commit 330f5b5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

test/karma.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,7 @@ function reply(request, response, next) {
2525
module.exports = function(config) {
2626
config.set({
2727
frameworks: ['mocha', 'chai'],
28-
files: [
29-
{
30-
pattern: '../dist/index.js',
31-
type: 'module'
32-
},
33-
'test.js'
34-
],
28+
files: ['../dist/umd/index.js', 'test.js'],
3529
reporters: ['mocha'],
3630
port: 9876,
3731
colors: true,

0 commit comments

Comments
 (0)