We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1274d commit 26e3ec8Copy full SHA for 26e3ec8
package.json
@@ -59,7 +59,7 @@
59
"buble": "^0.19.3",
60
"chromedriver": "^2.35.0",
61
"conventional-changelog-cli": "^2.0.11",
62
- "cross-spawn": "^5.0.1",
+ "cross-spawn": "^6.0.5",
63
"css-loader": "^2.1.1",
64
"es6-promise": "^4.2.8",
65
"eslint": "^4.19.1",
test/e2e/runner.js
@@ -19,6 +19,8 @@ if (args.indexOf('phantomjs') > -1) {
19
process.env.PHANTOMJS = true
20
}
21
22
+// TODO: update while updating nightwatch
23
+// https://github.com/nightwatchjs/nightwatch/releases?after=v1.0.2
24
var runner = spawn('./node_modules/.bin/nightwatch', args, {
25
stdio: 'inherit'
26
})
0 commit comments