Skip to content

Commit

Permalink
restore testURL
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Dec 31, 2024
1 parent e1dddc2 commit 9ad3731
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/helpers/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ const config = {
testMatch: [
"**/*Test.[jt]s",
],
testEnvironmentOptions: {
url: "http://localhost",
},
testURL: "http://localhost",
setupFilesAfterEnv: [ "<rootDir>/tools/jest/setupTests.js" ],
collectCoverageFrom: [
"src/**/*.{js,jsx,ts,tsx}",
Expand Down

0 comments on commit 9ad3731

Please sign in to comment.