Skip to content

Commit 62e5bc0

Browse files
committed
improvements
1 parent 5287d03 commit 62e5bc0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ rm karma.conf.js
6464
"scripts": []
6565
}
6666
},
67+
// REMOVE ALL "test" section
6768
```
6869

6970
### Remove files: `karma.conf.js` and `src/test.ts`
@@ -179,6 +180,10 @@ yarn test --watch
179180
yarn test async.component.spec.ts --watch
180181
```
181182

183+
### Coverage
184+
185+
> the coverage as built-in functionality is generated in ./coverage directory
186+
182187
---
183188
### :100: <i>Thanks!</i>
184189
#### Now, don't be an stranger. Let's stay in touch!

tsconfig.spec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@testing-library/jest-dom"
1010
],
1111
"esModuleInterop": true,
12-
"emitDecoratorMetadata": true // 3
12+
"emitDecoratorMetadata": true
1313
},
1414
"files": ["src/test.ts", "src/polyfills.ts"],
1515
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]

0 commit comments

Comments
 (0)