Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Commit c8a233c

Browse files
author
Paulo Baima
committed
Adding Mocha Explorer Extension
1 parent d23946e commit c8a233c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
// Use 'settings' to set *default* container specific settings.json values on container create.
88
// You can edit these settings after create using File > Preferences > Settings > Remote.
99
"settings": {
10-
"terminal.integrated.shell.linux": "/bin/bash"
10+
"terminal.integrated.shell.linux": "/bin/bash",
11+
// Mocha Explorer Config
12+
"mochaExplorer.cwd": "unify-release-build-task",
13+
"mochaExplorer.mochaPath": "unify-release-build-task/node_modules/mocha",
14+
"mochaExplorer.files": "unify-release-build-task/tests/**/*.ts",
15+
"mochaExplorer.require": "ts-node/register",
16+
"mochaExplorer.logpanel": true
1117
},
1218

1319
// Uncomment the next line if you want to publish any ports.
@@ -23,6 +29,7 @@
2329

2430
// Add the IDs of extensions you want installed when the container is created in the array below.
2531
"extensions": [
26-
"ms-vscode.vscode-typescript-tslint-plugin"
32+
"ms-vscode.vscode-typescript-tslint-plugin",
33+
"hbenl.vscode-mocha-test-adapter"
2734
]
2835
}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ unify-release-build-task/bin
55
unify-release-build-task/testReport
66
unify-release-build-task/.nyc_output
77
/bin
8-
.nyc_output
8+
.nyc_output
9+
**/.taskkey

unify-release-build-task/.taskkey

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2bd4c206-0962-4558-98ac-6fcfffb36e28
1+
99a4bdfa-da99-41fb-ab0b-2e3e4fa2da92

0 commit comments

Comments
 (0)