1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-06 00:03:29 +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

@@ -6,7 +6,6 @@ module.exports = {
name: "angular",
displayName: "angular tests",
preset: "jest-preset-angular",
roots: ["<rootDir>/spec/"],
testMatch: ["**/+(*.)+(spec).+(ts)"],
setupFilesAfterEnv: ["<rootDir>/spec/test.ts"],
collectCoverage: true,