1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

undo changes to jest config

This commit is contained in:
jaasen-livefront
2024-07-16 17:59:49 -07:00
parent 38bfa3cfe8
commit 81e89f134a

View File

@@ -5,10 +5,6 @@ const { compilerOptions } = require("../../../shared/tsconfig.libs");
/** @type {import('jest').Config} */
module.exports = {
testMatch: ["**/+(*.)+(spec).+(ts)"],
roots: ["<rootDir>/libs/tools/send/send-ui/src"],
transform: {
"^.+\\.(ts|tsx)$": "ts-jest",
},
preset: "ts-jest",
testEnvironment: "jsdom",
moduleNameMapper: pathsToModuleNameMapper(compilerOptions?.paths || {}, {