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 6ede14f commit 3821113Copy full SHA for 3821113
jest.config.js
@@ -1,9 +1,9 @@
1
module.exports = {
2
clearMocks: true,
3
- moduleFileExtensions: [ 'js', 'ts' ],
4
- setupFiles: [ '<rootDir>/jest.setup.ts' ],
+ moduleFileExtensions: ['js', 'ts'],
+ setupFiles: ['<rootDir>/jest.setup.ts'],
5
testEnvironment: 'node',
6
- testMatch: [ '**/*.test.ts' ],
+ testMatch: ['**/*.test.ts'],
7
testRunner: 'jest-circus/runner',
8
transform: {
9
'^.+\\.ts$': 'ts-jest',
0 commit comments