Skip to content

Commit b876321

Browse files
committed
add jest config
1 parent e063f2a commit b876321

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jest.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
verbose: true,
3+
collectCoverage: true,
4+
coverageReporters: ['text'],
5+
preset: 'ts-jest',
6+
testRegex: '/test/.*\\.test\\.ts$',
7+
};

0 commit comments

Comments
 (0)