Skip to content

Commit

Permalink
Update tests/jest-e2e.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Sep 29, 2022
1 parent 63b3f86 commit 6d2b4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jest-e2e.json
Expand Up @@ -4,6 +4,6 @@
"testEnvironment": "node",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": ["ts-jest", { "tsconfig": "./tests/tsconfig.json"}]
"^.+\\.(t|j)s$": ["ts-jest", { "tsconfig": "./tests/tsconfig.json" }]
}
}

0 comments on commit 6d2b4ac

Please sign in to comment.