Skip to content

Commit b456700

Browse files
committed
lint
1 parent 9eab798 commit b456700

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

jest.config.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
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-
}
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+
}

0 commit comments

Comments
 (0)