Skip to content

Commit

Permalink
Remove node as the caller for mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Chen committed Jul 21, 2017
1 parent b11cca8 commit dfdaf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/salesforcedx-utils-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "tslint --project .",
"watch": "tsc -watch -p .",
"clean": "shx rm -rf node_modules && shx rm -rf out",
"test": "node ./node_modules/.bin/_mocha --recursive out/test",
"test": "./node_modules/.bin/_mocha --recursive out/test",
"coverage": "./node_modules/.bin/nyc npm test"
},
"main": "./out/src/"
Expand Down

0 comments on commit dfdaf95

Please sign in to comment.