6 lines
166 B
JSON
6 lines
166 B
JSON
{
|
|
"jest.jestCommandLine": "node --experimental-vm-modules ./node_modules/.bin/jest --config jest.config.mjs",
|
|
"jest.rootPath": "./",
|
|
"jest.runMode": "on-demand"
|
|
}
|