Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Feb 24, 2024
1 parent 9292ae0 commit e527314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.conf.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const webpackConfig = require("../webpack.config.cjs");
const webpackConfig = require("../webpack.config.cjs")[0];

delete webpackConfig.entry;
delete webpackConfig.output;
Expand Down

0 comments on commit e527314

Please sign in to comment.