We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca181e commit 914c886Copy full SHA for 914c886
jest.config.int.ts
@@ -2,7 +2,6 @@ import { Jest } from './src';
2
3
export default Jest.mergePreset({
4
coveragePathIgnorePatterns: ['<rootDir>/integration/', '<rootDir>/template/'],
5
- resolver: '<rootDir>/jest/resolver.js',
6
setupFiles: ['<rootDir>/jest.setup.ts'],
7
testPathIgnorePatterns: ['<rootDir>/template/', '/test\\.ts'],
8
watchPathIgnorePatterns: [
jest/resolver.js
0 commit comments