Skip to content

Commit 144f50e

Browse files
committed
Update Jest configuration in VS Code settings
- Configure Jest in `.vscode/settings.json` - Implement key changes for improved testing functionality
1 parent 76f1768 commit 144f50e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"jest.jestCommandLine": "node_modules/.bin/jest --config node_modules/@backstage/cli/config/jest.js",
3+
}

0 commit comments

Comments
 (0)