Skip to content

Commit

Permalink
Updates jest config to have testURL be http://localhost/3000
Browse files Browse the repository at this point in the history
  • Loading branch information
Arique1104 committed Sep 20, 2023
1 parent dc92fb1 commit 7d0960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
verbose: true,
testURL: "http://localhost/",
testURL: "http://localhost/3000",
testEnvironment: "node",
globals: {
SUPPRESS_DATABASE_AUTOCREATE: "1",
Expand Down

0 comments on commit 7d0960b

Please sign in to comment.