mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
Update jest configs to remove roots (#766)
This commit is contained in:
@@ -4,7 +4,6 @@ const { compilerOptions } = require("./tsconfig");
|
||||
|
||||
module.exports = {
|
||||
preset: "ts-jest",
|
||||
roots: ["<rootDir>/spec/"],
|
||||
testMatch: ["**/+(*.)+(spec).+(ts)"],
|
||||
setupFilesAfterEnv: ["<rootDir>/spec/test.ts"],
|
||||
collectCoverage: true,
|
||||
|
||||
Reference in New Issue
Block a user