mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Share mocha related node modules (#112718)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user