From b62825646c74bfb4e9567914341fbd083c718808 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Mon, 12 Jun 2023 14:53:42 +0200 Subject: [PATCH] MOBILE-4362 test: Update deprecated deps usage --- jest.config.js | 2 +- src/testing/setup.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jest.config.js b/jest.config.js index 9cf9027a8..cae628ad0 100644 --- a/jest.config.js +++ b/jest.config.js @@ -19,7 +19,7 @@ module.exports = { }, globals: { 'ts-jest': { - tsConfig: './tsconfig.test.json', + tsconfig: './tsconfig.test.json', }, }, }; diff --git a/src/testing/setup.ts b/src/testing/setup.ts index b988506bb..b7f872ddb 100644 --- a/src/testing/setup.ts +++ b/src/testing/setup.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -import 'jest-preset-angular'; +import 'jest-preset-angular/setup-jest'; import { setCreateSingletonMethodProxy, setSingletonsInjector } from '@singletons';