Skip to content

Commit c4441a7

Browse files
author
kiran
committed
removed warnings in karma warnings
1 parent 15f1805 commit c4441a7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

karma.conf.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module.exports = function(config) {
2121
//'bower_components/jquery/dist/jquery.js',
2222
'node_modules/should/should.js',
2323
'test/**/*.js',
24-
'test/**/*.jsx',
2524
],
2625

2726

@@ -34,11 +33,9 @@ module.exports = function(config) {
3433
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
3534
preprocessors: {
3635
'./test/**/*.js': ['webpack'],
37-
'./test/**/*.jsx': ['webpack'],
3836
},
3937

4038
webpack: {
41-
// cache: true,
4239
module: {
4340
loaders: [
4441
{ loader: 'babel' },
@@ -63,7 +60,6 @@ module.exports = function(config) {
6360
// hot: true,
6461
quiet: true,
6562
noInfo: true,
66-
watchDelay: 300,
6763
},
6864
// webpackPort: 8080, // Defaults to config.port + 1
6965

0 commit comments

Comments
 (0)