Add Jest command line configuration to VSCode settings

This commit is contained in:
Daniel Hutzel
2025-03-26 09:13:01 +01:00
parent 05fe6c4c17
commit 6b5bbe8626

View File

@@ -12,5 +12,6 @@
"**/cds/lib/req/cds-context.js",
"**/odata-v4/okra/**"
]
}
},
"jest.jestCommandLine": "npx jest"
}