Skip to content

Commit 98dd97b

Browse files
committed
test: do run with the "experimental" option required for Jest
Running Jest is no longer as easy as it used to be, thanks to the big push for ECMAScript Modules. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f4b4f77 commit 98dd97b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"name": "Jest Debug Current File",
3535
"type": "node",
3636
"request": "launch",
37+
"runtimeArgs": [ "--experimental-vm-modules" ],
3738
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
3839
"args": [
3940
"--runInBand",

0 commit comments

Comments
 (0)