File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3
+ // Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
4
+
5
+ // List of extensions which should be recommended for users of this workspace.
6
+ "recommendations" : [" firsttris.vscode-jest-runner" , " orta.vscode-jest" ],
7
+ // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
8
+ "unwantedRecommendations" : []
9
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "jestrunner.jestCommand" : " npm test --" ,
3
+ "jestrunner.debugOptions" : {
4
+ "runtimeExecutable" : " node" ,
5
+ "runtimeArgs" : [
6
+ " --experimental-vm-modules" ,
7
+ " node_modules/jest/bin/jest.js" ,
8
+ " --coverage"
9
+ ]
10
+ }
11
+ }
You can’t perform that action at this time.
0 commit comments