1
0
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:
Oscar Hinton
2022-04-12 16:55:59 +02:00
committed by GitHub
parent 017fb5146f
commit 3f56834716
4 changed files with 0 additions and 4 deletions

View File

@@ -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,