Skip to content

Commit

Permalink
[c3]: fix hono e2e tests by adding the appropriate promptHandler (#5149)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz authored Mar 4, 2024
1 parent 3dd9089 commit 4194495
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/create-cloudflare/e2e-tests/frameworks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ const frameworkTests: Record<string, FrameworkTestConfig> = {
route: "/",
expectedText: "Hello Hono!",
},
promptHandlers: [
{
matcher: /Do you want to install project dependencies\?/,
input: [keys.enter],
},
],
},
qwik: {
promptHandlers: [
Expand Down

0 comments on commit 4194495

Please sign in to comment.