Skip to content

Commit

Permalink
t Increases compiler test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamora committed Jul 7, 2022
1 parent 76847f1 commit 53adccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compiler/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
},
setupFilesAfterEnv: ["<rootDir>/../../jest.setup.ts"],
testRegex: "src/.*(test|spec)\\.(js|ts)$",
testTimeout: 15000,
testURL: "http://localhost/",
transform: {
"^.+\\.(js|ts)$": "ts-jest",
Expand Down

0 comments on commit 53adccf

Please sign in to comment.