mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
11 lines
310 B
JavaScript
11 lines
310 B
JavaScript
module.exports = {
|
|
displayName: "messaging",
|
|
preset: "../../jest.preset.js",
|
|
testEnvironment: "node",
|
|
transform: {
|
|
"^.+\\.[tj]s$": ["ts-jest", { tsconfig: "<rootDir>/tsconfig.spec.json" }],
|
|
},
|
|
moduleFileExtensions: ["ts", "js", "html"],
|
|
coverageDirectory: "../../coverage/libs/messaging",
|
|
};
|