Skip to content

Commit

Permalink
add eslint-plugin flag to next e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Jul 20, 2023
1 parent 1226e51 commit 6e70302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-cloudflare/e2e-tests/pages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe("E2E", () => {
});

test("Next.js", async () => {
await runCli("next");
await runCli("next", ['--eslint-plugin']);
});

test("Nuxt", async () => {
Expand Down

0 comments on commit 6e70302

Please sign in to comment.