Skip to content

Commit 6275a0b

Browse files
committed
Try to fix webpack
1 parent 471a7e3 commit 6275a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/karma.webpack.conf.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"],
4-
files: ["../test-builds/webpack-build.js"],
4+
files: ["../test-builds/main.js"],
55
colors: true,
66
logLevel: config.LOG_INFO,
77
browsers: ["ChromeHeadless"],

0 commit comments

Comments
 (0)