update test to mjs
This commit is contained in:
parent
cde7ceda6e
commit
99308155d6
8 changed files with 784 additions and 1106 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
|
@ -69,13 +69,13 @@
|
|||
},
|
||||
{
|
||||
"name": "Test",
|
||||
"program": "${workspaceFolder}/tests/index.js",
|
||||
"program": "${workspaceFolder}/tests/index.mjs",
|
||||
"request": "launch",
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
],
|
||||
"type": "node",
|
||||
"outputCapture": "std"
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
],
|
||||
"compounds": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue