We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eab798 commit b456700Copy full SHA for b456700
1 file changed
jest.config.ts
@@ -1,12 +1,12 @@
1
module.exports = {
2
- clearMocks: true,
3
- moduleFileExtensions: ['js', 'ts'],
4
- roots: ['<rootDir>'],
5
- testEnvironment: 'node',
6
- testMatch: ['**/*.test.ts'],
7
- testRunner: 'jest-circus/runner',
8
- transform: {
9
- '^.+\\.ts$': 'ts-jest'
10
- },
11
- verbose: true
12
- }
+ clearMocks: true,
+ moduleFileExtensions: ['js', 'ts'],
+ roots: ['<rootDir>'],
+ testEnvironment: 'node',
+ testMatch: ['**/*.test.ts'],
+ testRunner: 'jest-circus/runner',
+ transform: {
+ '^.+\\.ts$': 'ts-jest'
+ },
+ verbose: true
+}
0 commit comments