Skip to content

Commit

Permalink
use cross-spawn to spawn mocha in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jun 16, 2017
1 parent 0ca8807 commit d878e74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -325,6 +325,7 @@
"browserify": "^13.0.0",
"coffee-script": "^1.10.0",
"coveralls": "^2.11.15",
"cross-spawn": "^5.1.0",
"eslint": "^3.11.1",
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/helpers.js
@@ -1,6 +1,6 @@
'use strict';

var spawn = require('child_process').spawn;
var spawn = require('cross-spawn').spawn;
var path = require('path');
var baseReporter = require('../../lib/reporters/base');

Expand Down

0 comments on commit d878e74

Please sign in to comment.