Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb committed Nov 28, 2018
1 parent d6304b6 commit 8b92031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/lib/exec/spawn.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = {
}

const overrides = util.getEnvOverrides()
const node11WindowsFix = util.getNode11WindowsFix() // the value has to be falsy, '0' as a string not good enoughs
const node11WindowsFix = util.getNode11WindowsFix()

debug('spawning Cypress with executable: %s', executable)
debug('spawn forcing env overrides %o', overrides)
Expand Down
3 changes: 1 addition & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test-dependencies": "npm run check-deps && dependency-check . --no-dev",
"test-debug": "node --inspect --debug-brk $(bin-up _mocha)",
"test-cov": "nyc npm run unit",
"unit": "cross-env BLUEBIRD_DEBUG=1 NODE_ENV=test bin-up mocha --reporter mocha-multi-reporters --reporter-options configFile=../mocha-reporter-config.json",
"unit": "BLUEBIRD_DEBUG=1 NODE_ENV=test bin-up mocha --reporter mocha-multi-reporters --reporter-options configFile=../mocha-reporter-config.json",
"lint": "bin-up eslint --fix *.js bin/* lib/*.js lib/**/*.js test/*.js test/**/*.js",
"dtslint": "dtslint types",
"prebuild": "npm run test-dependencies && node ./scripts/start-build.js",
Expand Down Expand Up @@ -89,7 +89,6 @@
"chai": "^3.5.0",
"chai-string": "1.4.0",
"clear-module": "^2.1.0",
"cross-env": "5.2.0",
"dependency-check": "^2.8.0",
"dtslint": "0.2.0",
"execa-wrap": "1.1.0",
Expand Down

0 comments on commit 8b92031

Please sign in to comment.