Skip to content

Commit

Permalink
test: add globalSetup to remix-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Mar 21, 2022
1 parent a7e5cb2 commit 356b79f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
setupFilesAfterEnv: [
"<rootDir>/packages/remix-dev/__tests__/setupAfterEnv.ts",
],
globalSetup: process.env.CI ? undefined : "<rootDir>/jest/buildRemix.ts",
},
{
displayName: "remix-express",
Expand Down

0 comments on commit 356b79f

Please sign in to comment.