Skip to content

Commit a527ddd

Browse files
authored
migrate from mocha to node:test (#479)
1 parent 116b279 commit a527ddd

33 files changed

+53
-443
lines changed

.mocharc.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@
55
"name": "Unit Tests",
66
"type": "node",
77
"request": "launch",
8-
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
9-
"stopOnEntry": false,
10-
"args": [
11-
"--timeout",
12-
"999999",
13-
"--colors"
8+
"runtimeArgs": [
9+
"--enable-source-maps",
10+
"--test",
11+
"lib/umd/test/**/*.test.js"
1412
],
1513
"cwd": "${workspaceRoot}",
16-
"runtimeExecutable": null,
17-
"runtimeArgs": [],
18-
"env": {},
1914
"sourceMaps": true,
2015
"outFiles": [
2116
"${workspaceRoot}/lib/umd/**"

0 commit comments

Comments
 (0)