File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/resources/com/graphhopper/maps/assets/spec Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
"bundle" : " browserify src/main/resources/com/graphhopper/maps/js/main-template.js -o src/main/resources/com/graphhopper/maps/js/main.js" ,
11
11
"bundleDebug" : " browserify src/main/resources/com/graphhopper/maps/js/main-template.js --debug -o src/main/resources/com/graphhopper/maps/js/main.js" ,
12
12
"bundleProduction" : " browserify -g uglifyify src/main/resources/com/graphhopper/maps/js/main-template.js -o src/main/resources/com/graphhopper/maps/js/main.js" ,
13
- "test" : " JASMINE_CONFIG_PATH=src/test/resources/com/graphhopper/maps/spec/jasmine.json jasmine" ,
13
+ "test" : " JASMINE_CONFIG_PATH=src/test/resources/com/graphhopper/maps/assets/ spec/jasmine.json jasmine" ,
14
14
"lint" : " jshint src/main/resources/com/graphhopper/maps/js/"
15
15
},
16
16
"browserify" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "spec_dir" : " src/test/resources/com/graphhopper/maps/spec" ,
2
+ "spec_dir" : " src/test/resources/com/graphhopper/maps/assets/ spec" ,
3
3
"spec_files" : [
4
4
" **/*[sS]pec.js"
5
5
],
You can’t perform that action at this time.
0 commit comments