We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e063f2a commit b876321Copy full SHA for b876321
jest.config.js
@@ -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