Skip to content

Commit c9d738a

Browse files
committed
chore(package): added karma and webpack config files
1 parent f479db7 commit c9d738a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

karma.conf.js

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

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)