Skip to content

Commit ee2b635

Browse files
committed
update mocha config
1 parent 68092a4 commit ee2b635

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.mocharc.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
require:
2+
- 'ts-node/register'
3+
- 'source-map-support/register'
4+
recursive: true
5+
spec: 'test/**/*.spec.ts'

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//"preLaunchTask": "tsc",
1111
"name": "Run Mocha",
1212
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
13-
"args": ["--timeout", "1000000", "--exit", "--require", "mocha-steps", "${workspaceRoot}/test/**/*.js"],
13+
"args": ["--timeout", "1000000", "--exit", "--require", "mocha-steps"],
1414
"cwd": "${workspaceRoot}",
1515
"outFiles": []
1616
},

test/mocha.opts

-4
This file was deleted.

0 commit comments

Comments
 (0)