From af7c0a0802a1adb4fc33e09ae428a9beff06dacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Garapich?= Date: Mon, 16 May 2022 02:11:57 +0200 Subject: [PATCH] update imports --- e2e.jest.config.ts | 2 +- jest.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e.jest.config.ts b/e2e.jest.config.ts index ed23590540..1d073e2a70 100644 --- a/e2e.jest.config.ts +++ b/e2e.jest.config.ts @@ -1,6 +1,6 @@ import type { InitialOptionsTsJest } from 'ts-jest/dist/types'; import { defaults } from 'ts-jest/presets'; -import { pathsToModuleNameMapper } from 'ts-jest/utils'; +import { pathsToModuleNameMapper } from 'ts-jest'; import { compilerOptions } from './tsconfig.json'; const config: InitialOptionsTsJest = { diff --git a/jest.config.ts b/jest.config.ts index eddb0f6993..b1a342768f 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -1,6 +1,6 @@ import type { InitialOptionsTsJest } from 'ts-jest/dist/types'; import { defaults } from 'ts-jest/presets'; -import { pathsToModuleNameMapper } from 'ts-jest/utils'; +import { pathsToModuleNameMapper } from 'ts-jest'; import { compilerOptions } from './tsconfig.json'; const config: InitialOptionsTsJest = {