10 lines
226 B
JSON
10 lines
226 B
JSON
{
|
|
"jest.jestCommandLine": "../../node_modules/.bin/jest --config jest.integration.config.mjs",
|
|
"jest.rootPath": "backend",
|
|
"jest.nodeEnv": {
|
|
"NODE_OPTIONS": "--experimental-vm-modules"
|
|
},
|
|
"jest.runMode": "on-demand"
|
|
|
|
}
|