Skip to content

Commit da48edc

Browse files
committed
GPII-2344: Updated to newer infusion/kettle to avoid problems running tests in Windows.
1 parent 589638b commit da48edc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.vagrant.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ setup_job:
2828
- choco install chromedriver -y
2929
# node-inspector is pre-installed as a courtesy to assist in debugging.
3030
- do.ps1 -c "npm install -g node-inspector"
31+
# required to avoid problems with esparse
32+
- npm config set bin-links false --global
3133

3234
test_job:
3335
stage: test # name of the stage

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"accessibility-developer-tools": "2.11.0",
1818
"axe-core": "2.1.7",
1919
"brace-expansion": "1.1.8",
20-
"infusion": "3.0.0-dev.20170713T172705Z.330ed53",
20+
"infusion": "3.0.0-dev.20170724T165035Z.eee50c1",
2121
"selenium-webdriver": "3.4.0"
2222
},
2323
"devDependencies": {
2424
"eslint": "4.2.0",
2525
"eslint-config-fluid": "1.1.0",
2626
"fluid-grunt-eslint": "18.1.2",
27-
"gpii-express": "1.0.8",
27+
"gpii-express": "1.0.8-dev.20170725T113219Z.b8ef770",
2828
"grunt": "1.0.1",
2929
"grunt-jsonlint": "1.1.0",
3030
"istanbul": "0.4.5",
3131
"jsonlint": "1.6.2",
32-
"kettle": "1.6.2",
33-
"node-jqunit": "1.1.5"
32+
"kettle": "1.6.4",
33+
"node-jqunit": "1.1.6"
3434
}
3535
}

tests/js/resolve-file-url.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
var fluid = require("infusion");
44
var gpii = fluid.registerNamespace("gpii");
55

6-
var url = require("url");
76
var os = require("os");
87
var path = require("path");
98

0 commit comments

Comments
 (0)