Skip to content

Commit 2e6e78f

Browse files
test(coverage): computed the coverage based on source code only (#535)
1 parent 6b5acd6 commit 2e6e78f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

jest.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
testEnvironment: 'node',
3+
collectCoverageFrom: [
4+
'src/**/*.{ts,js}',
5+
],
6+
};

0 commit comments

Comments
 (0)