File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ rm karma.conf.js
64
64
" scripts" : []
65
65
}
66
66
},
67
+ // REMOVE ALL "test" section
67
68
```
68
69
69
70
### Remove files: ` karma.conf.js ` and ` src/test.ts `
@@ -179,6 +180,10 @@ yarn test --watch
179
180
yarn test async.component.spec.ts --watch
180
181
` ` `
181
182
183
+ ### Coverage
184
+
185
+ > the coverage as built- in functionality is generated in ./ coverage directory
186
+
182
187
-- -
183
188
### : 100 : < i> Thanks! < / i>
184
189
#### Now, don' t be an stranger. Let' s stay in touch!
Original file line number Diff line number Diff line change 9
9
" @testing-library/jest-dom"
10
10
],
11
11
"esModuleInterop" : true ,
12
- "emitDecoratorMetadata" : true // 3
12
+ "emitDecoratorMetadata" : true
13
13
},
14
14
"files" : [" src/test.ts" , " src/polyfills.ts" ],
15
15
"include" : [" src/**/*.spec.ts" , " src/**/*.d.ts" ]
You can’t perform that action at this time.
0 commit comments