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 dad574e commit 750bf7cCopy full SHA for 750bf7c
src/jest.ts
@@ -1,10 +1,8 @@
1
import type { JestConfigWithTsJest } from 'ts-jest';
2
3
export const jestConfig: JestConfigWithTsJest = {
4
- extensionsToTreatAsEsm: ['.ts'],
5
verbose: true,
6
preset: 'ts-jest',
7
- resolver: 'ts-jest-resolver',
8
testEnvironment: 'node',
9
testRegex: '(\\.|/)(test|spec)\\.[jt]sx?$',
10
};
0 commit comments