Skip to content

Commit 2e1cf04

Browse files
committed
fix maps tests
1 parent 40f30ec commit 2e1cf04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"bundle": "browserify src/main/resources/com/graphhopper/maps/js/main-template.js -o src/main/resources/com/graphhopper/maps/js/main.js",
1111
"bundleDebug": "browserify src/main/resources/com/graphhopper/maps/js/main-template.js --debug -o src/main/resources/com/graphhopper/maps/js/main.js",
1212
"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",
1414
"lint": "jshint src/main/resources/com/graphhopper/maps/js/"
1515
},
1616
"browserify": {

web-bundle/src/test/resources/com/graphhopper/maps/assets/spec/jasmine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"spec_dir": "src/test/resources/com/graphhopper/maps/spec",
2+
"spec_dir": "src/test/resources/com/graphhopper/maps/assets/spec",
33
"spec_files": [
44
"**/*[sS]pec.js"
55
],

0 commit comments

Comments
 (0)