Fix Jest WASM tests

This commit is contained in:
Andras Schmelczer 2025-01-05 20:49:26 +00:00
parent 438caa96a6
commit 7e045caab1
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 110 additions and 109 deletions

View file

@ -1,4 +1,4 @@
{
"jest.jestCommandLine": "npx jest",
"jest.jestCommandLine": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
"jest.rootPath": "plugin"
}