1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

and send list filters and service

This commit is contained in:
jaasen-livefront
2024-07-16 17:58:47 -07:00
parent dbc9b9c90b
commit 38bfa3cfe8
5 changed files with 225 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ 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 || {}, {