Skip to content

Commit 3821113

Browse files
chore: tweaks
1 parent 6ede14f commit 3821113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module.exports = {
22
clearMocks: true,
3-
moduleFileExtensions: [ 'js', 'ts' ],
4-
setupFiles: [ '<rootDir>/jest.setup.ts' ],
3+
moduleFileExtensions: ['js', 'ts'],
4+
setupFiles: ['<rootDir>/jest.setup.ts'],
55
testEnvironment: 'node',
6-
testMatch: [ '**/*.test.ts' ],
6+
testMatch: ['**/*.test.ts'],
77
testRunner: 'jest-circus/runner',
88
transform: {
99
'^.+\\.ts$': 'ts-jest',

0 commit comments

Comments
 (0)