openvidu/backend/.vscode/settings.json
2025-03-10 19:25:11 +01:00

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"
}