Skip to content

Commit

Permalink
jest: deprecated "testURL" was replaced by passing the URL via "testE…
Browse files Browse the repository at this point in the history
…nvironmentOptions.url"
  • Loading branch information
timar committed Dec 8, 2024
1 parent 2c2f583 commit d974e1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
"setupFilesAfterEnv": [
"<rootDir>/tests/setup.tsx"
],
"testURL": "http://localhost:8065"
"testEnvironmentOptions": {
"url": "http://localhost:8065"
}
}
}

0 comments on commit d974e1f

Please sign in to comment.