mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43: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} */
|
/** @type {import('jest').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
testMatch: ["**/+(*.)+(spec).+(ts)"],
|
testMatch: ["**/+(*.)+(spec).+(ts)"],
|
||||||
roots: ["<rootDir>/libs/tools/send/send-ui/src"],
|
|
||||||
transform: {
|
|
||||||
"^.+\\.(ts|tsx)$": "ts-jest",
|
|
||||||
},
|
|
||||||
preset: "ts-jest",
|
preset: "ts-jest",
|
||||||
testEnvironment: "jsdom",
|
testEnvironment: "jsdom",
|
||||||
moduleNameMapper: pathsToModuleNameMapper(compilerOptions?.paths || {}, {
|
moduleNameMapper: pathsToModuleNameMapper(compilerOptions?.paths || {}, {
|
||||||
|
|||||||
Reference in New Issue
Block a user