mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Add messaging & messaging-internal libraries (#15711)
This commit is contained in:
10
libs/messaging-internal/jest.config.js
Normal file
10
libs/messaging-internal/jest.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
displayName: "messaging-internal",
|
||||
preset: "../../jest.preset.js",
|
||||
testEnvironment: "node",
|
||||
transform: {
|
||||
"^.+\\.[tj]s$": ["ts-jest", { tsconfig: "<rootDir>/tsconfig.spec.json" }],
|
||||
},
|
||||
moduleFileExtensions: ["ts", "js", "html"],
|
||||
coverageDirectory: "../../coverage/libs/messaging-internal",
|
||||
};
|
||||
Reference in New Issue
Block a user