File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = function(config) {
1111 // Sources and specs.
1212 // Loaded through the es6-module-loader, in `test-main.js`.
1313 { pattern : 'modules/**' , included : false } ,
14- { pattern : 'tools/transpiler/**' , included : false } ,
14+ { pattern : 'tools/transpiler/spec/ **' , included : false } ,
1515
1616 'node_modules/traceur/bin/traceur-runtime.js' ,
1717 'traceur-runtime-patch.js' ,
@@ -33,8 +33,8 @@ module.exports = function(config) {
3333 preprocessors : {
3434 'modules/**/*.js' : [ 'traceur' ] ,
3535 'modules/**/*.es6' : [ 'traceur' ] ,
36- 'tools/transpiler/**/*.js' : [ 'traceur' ] ,
37- 'tools/transpiler/**/*.es6' : [ 'traceur' ] ,
36+ 'tools/transpiler/spec/ **/*.js' : [ 'traceur' ] ,
37+ 'tools/transpiler/spec/ **/*.es6' : [ 'traceur' ] ,
3838 } ,
3939
4040 traceurPreprocessor : {
You can’t perform that action at this time.
0 commit comments