1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-2328] Fix jest deprecations (#5483)

This commit is contained in:
Oscar Hinton
2023-05-22 20:19:16 +02:00
committed by GitHub
parent b31203d64f
commit 62591a8bc8
15 changed files with 87 additions and 50 deletions

View File

@@ -2,8 +2,9 @@ const { pathsToModuleNameMapper } = require("ts-jest");
const { compilerOptions } = require("../shared/tsconfig.libs");
const sharedConfig = require("../shared/jest.config.base");
const sharedConfig = require("../shared/jest.config.ts");
/** @type {import('jest').Config} */
module.exports = {
...sharedConfig,
preset: "ts-jest",