Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit 70a0ce4

Browse files
committed
Update mocha
1 parent 0337700 commit 70a0ce4

2 files changed

Lines changed: 46 additions & 88 deletions

File tree

package-lock.json

Lines changed: 43 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"gulp-util": "^3.0.8",
4646
"http-server": "^0.10.0",
4747
"minimist": "^1.2.0",
48-
"mocha": "^3.0.2",
48+
"mocha": "^5.2.0",
4949
"mockery": "^1.7.0",
5050
"run-sequence": "^2.2.0",
5151
"tmp": "0.0.31",
@@ -70,8 +70,8 @@
7070
"build": "gulp build",
7171
"watch": "gulp watch",
7272
"start": "node out/src/chromeDebug.js --server=4712",
73-
"test": "mocha --timeout 20000 -s 2000 -u tdd --colors \"./out/test/*.test.js\"",
74-
"intTest": "mocha --timeout 20000 -s 3500 -u tdd --colors --reporter node_modules/vscode-chrome-debug-core-testsupport/out/loggingReporter.js ./out/test/int/*.test.js",
73+
"test": "mocha --exit --timeout 20000 -s 2000 -u tdd --colors \"./out/test/*.test.js\"",
74+
"intTest": "mocha --exit --timeout 20000 -s 3500 -u tdd --colors --reporter node_modules/vscode-chrome-debug-core-testsupport/out/loggingReporter.js ./out/test/int/*.test.js",
7575
"lint": "gulp tslint",
7676
"vscode:prepublish": "gulp verify-no-linked-modules",
7777
"postinstall": "node ./node_modules/vscode/bin/install",

0 commit comments

Comments
 (0)