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 c498fc3 commit 6a84892Copy full SHA for 6a84892
packages/apollo/tests/jest-e2e.ts
@@ -1,5 +1,5 @@
1
import type { Config } from '@jest/types';
2
-import { pathsToModuleNameMapper } from 'ts-jest/utils';
+import { pathsToModuleNameMapper } from 'ts-jest';
3
import { compilerOptions } from '../tsconfig.spec.json';
4
5
const moduleNameMapper = pathsToModuleNameMapper(compilerOptions.paths, {
packages/mercurius/tests/jest-e2e.ts
0 commit comments