Skip to content

Commit

Permalink
test(dev): bump jest timeout for codemod test
Browse files Browse the repository at this point in the history
if there's an up-to-date build, this test is fast. but if not, it can take ~15-18s locally on my M1
MBP 16
  • Loading branch information
pcattori committed Jan 20, 2023
1 parent bb55544 commit a407b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/remix-dev/__tests__/codemod-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import * as cli from "./utils/cli";
import * as git from "./utils/git";
import withApp from "./utils/withApp";

jest.setTimeout(1000 * 20);

let FIXTURE = path.join(__dirname, "fixtures/replace-remix-magic-imports");

it("checks that project is a clean git repository", async () => {
Expand Down

0 comments on commit a407b06

Please sign in to comment.