File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 35
35
"citest-jasmine" : " karma start test/jasmine/karma.ciconf.js" ,
36
36
"test-image" : " node tasks/test_image.js" ,
37
37
"test-export" : " node tasks/test_export.js" ,
38
- "test-syntax" : " node test/syntax_test .js" ,
38
+ "test-syntax" : " node tasks/test_syntax .js" ,
39
39
"test-bundle" : " node tasks/test_bundle.js" ,
40
40
"test" : " npm run citest-jasmine && npm run test-image && npm run test-syntax && npm run test-bundle" ,
41
41
"start-test_dashboard" : " node devtools/test_dashboard/server.js" ,
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ var fs = require('fs');
4
4
var falafel = require ( 'falafel' ) ;
5
5
var glob = require ( 'glob' ) ;
6
6
7
- var constants = require ( '../tasks/util/constants' ) ;
8
-
7
+ var constants = require ( './util/constants' ) ;
9
8
var srcGlob = path . join ( constants . pathToSrc , '**/*.js' ) ;
10
9
var libGlob = path . join ( constants . pathToLib , '**/*.js' ) ;
11
10
var testGlob = path . join ( constants . pathToJasmineTests , '**/*.js' ) ;
You can’t perform that action at this time.
0 commit comments