We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee16fe commit dacc2a4Copy full SHA for dacc2a4
.vscode/settings.json
@@ -1,3 +1,5 @@
1
{
2
- "typescript.tsdk": "node_modules/typescript/lib"
3
-}
+ "jest.autoRun": "off",
+ "jest.jestCommandLine": "yarn jest",
4
+ "typescript.tsdk": "node_modules/typescript/lib"
5
+}
0 commit comments