diff --git a/.vscode/settings.json b/.vscode/settings.json index 76e74f2d..f9fb7e4e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,5 +12,6 @@ "**/cds/lib/req/cds-context.js", "**/odata-v4/okra/**" ] - } + }, + "jest.jestCommandLine": "npx jest" }