Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen committed Nov 21, 2024
1 parent ccbf49c commit b61b76d
Show file tree
Hide file tree
Showing 5 changed files with 5,926 additions and 7,404 deletions.
2 changes: 1 addition & 1 deletion portal/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const config = {
// runner: "jest-runner",

// The paths to modules that run some code to configure or set up the testing environment before each test
// setupFiles: [],
setupFiles: ["./jest.setup.js"],

//A list of paths to modules that run some code to configure or set up the testing framework before each test
setupFilesAfterEnv: ["expect-puppeteer"],
Expand Down
1 change: 1 addition & 0 deletions portal/jest.setup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require("dotenv").config();
Loading

0 comments on commit b61b76d

Please sign in to comment.