File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
build
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 52
52
"moduleFileExtensions" : [
53
53
" js" ,
54
54
" ts"
55
- ]
55
+ ],
56
+ "collectCoverage" : true
56
57
}
57
58
}
You can’t perform that action at this time.
0 commit comments