update test to mjs

This commit is contained in:
Matt Walsh
2025-05-14 09:42:31 -05:00
parent cde7ceda6e
commit 99308155d6
8 changed files with 784 additions and 1106 deletions

4
.vscode/launch.json vendored
View File

@@ -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": [