git.delta.rocks / unique-network / refs/commits / acef2251004a

difftreelog

test support vscode test explorer

Yaroslav Bolyukin2021-10-11parent: #0278245.patch.diff
in: master

2 files changed

modifiedtests/.vscode/settings.jsondiffbeforeafterboth
--- a/tests/.vscode/settings.json
+++ b/tests/.vscode/settings.json
@@ -1,3 +1,5 @@
 {
-    "mocha.enabled": true
-}
\ No newline at end of file
+    "mocha.enabled": true,
+    "mochaExplorer.files": "**/*.test.ts",
+    "mochaExplorer.require": "ts-node/register"
+}
modifiedtests/package.jsondiffbeforeafterboth
20 "tslint": "^6.1.3",20 "tslint": "^6.1.3",
21 "typescript": "^4.2.4"21 "typescript": "^4.2.4"
22 },22 },
23 "mocha": {
24 "timeout": 9999999,
25 "require": "ts-node/register"
26 },
23 "scripts": {27 "scripts": {
24 "lint": "eslint --ext .ts,.js src/",28 "lint": "eslint --ext .ts,.js src/",
25 "fix": "eslint --ext .ts,.js src/ --fix",29 "fix": "eslint --ext .ts,.js src/ --fix",