difftreelog
test support vscode test explorer
in: master
2 files changed
tests/.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"
+}
tests/package.jsondiffbeforeafterboth20 "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",