Share mocha related node modules (#112718)

This commit is contained in:
Alexandru Dima
2020-12-17 11:03:49 +01:00
parent bb157721fb
commit ed19f6082f
24 changed files with 264 additions and 3955 deletions

View File

@@ -24,7 +24,7 @@
"watch": "gulp watch-extension:git",
"update-emoji": "node ./build/update-emoji.js",
"update-grammar": "node ./build/update-grammars.js",
"test": "mocha"
"test": "node ../../node_modules/mocha/bin/mocha"
},
"contributes": {
"commands": [
@@ -2322,9 +2322,6 @@
"@types/mocha": "2.2.43",
"@types/node": "^12.12.31",
"@types/which": "^1.0.28",
"mocha": "^3.2.0",
"mocha-junit-reporter": "^1.23.3",
"mocha-multi-reporters": "^1.1.7",
"vscode": "^1.1.36"
}
}