File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ module.exports = function(config) {
21
21
//'bower_components/jquery/dist/jquery.js',
22
22
'node_modules/should/should.js' ,
23
23
'test/**/*.js' ,
24
- 'test/**/*.jsx' ,
25
24
] ,
26
25
27
26
@@ -34,11 +33,9 @@ module.exports = function(config) {
34
33
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
35
34
preprocessors : {
36
35
'./test/**/*.js' : [ 'webpack' ] ,
37
- './test/**/*.jsx' : [ 'webpack' ] ,
38
36
} ,
39
37
40
38
webpack : {
41
- // cache: true,
42
39
module : {
43
40
loaders : [
44
41
{ loader : 'babel' } ,
@@ -63,7 +60,6 @@ module.exports = function(config) {
63
60
// hot: true,
64
61
quiet : true ,
65
62
noInfo : true ,
66
- watchDelay : 300 ,
67
63
} ,
68
64
// webpackPort: 8080, // Defaults to config.port + 1
69
65
You can’t perform that action at this time.
0 commit comments