Skip to content

Commit dcf3051

Browse files
Update Jest config to collect coverage from TypeScript source files instead of build output
1 parent 79c14ba commit dcf3051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
testEnvironment: 'node',
3-
collectCoverageFrom: ['./build/**/*.js']
3+
collectCoverageFrom: ['./src/**/*.ts']
44
}

0 commit comments

Comments
 (0)