File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11build
2- node_modules
2+ node_modules
3+ coverage
Original file line number Diff line number Diff line change 1+ {
2+ // Use IntelliSense to learn about possible attributes.
3+ // Hover to view descriptions of existing attributes.
4+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+ "version" : " 0.2.0" ,
6+ "configurations" : [
7+ {
8+ "type" : " node" ,
9+ "request" : " launch" ,
10+ "name" : " Jest All" ,
11+ "program" : " ${workspaceFolder}/node_modules/.bin/jest" ,
12+ "args" : [" --runInBand" ],
13+ "console" : " integratedTerminal" ,
14+ "internalConsoleOptions" : " neverOpen" ,
15+ "windows" : {
16+ "program" : " ${workspaceFolder}/node_modules/jest/bin/jest"
17+ }
18+ }
19+ ]
20+ }
Original file line number Diff line number Diff line change 5252 "moduleFileExtensions" : [
5353 " js" ,
5454 " ts"
55- ]
55+ ],
56+ "collectCoverage" : true
5657 }
5758}
You can’t perform that action at this time.
0 commit comments