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:
@@ -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 || {}, {
|
||||
|
||||
Reference in New Issue
Block a user