Skip to content

Commit 5b9b6ec

Browse files
committed
chore(package): added karma and webpack config files
1 parent c30a259 commit 5b9b6ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: karma.conf.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./config/karma.conf.js');

Diff for: webpack.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./config/webpack.test.js');

0 commit comments

Comments
 (0)