Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Nov 20, 2024
1 parent 512b9a9 commit 79d10d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/create-cloudflare/e2e-tests/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ describe.skipIf(experimental || frameworkToTest || isQuarantineMode())(
const { output } = await runC3(
[
project.path,
"--template=https://github.com/cloudflare/templates/d1-template",
"--template=https://github.com/cloudflare/workers-graphql-server",
"--no-deploy",
"--git=false",
],
Expand All @@ -208,10 +208,10 @@ describe.skipIf(experimental || frameworkToTest || isQuarantineMode())(
);

expect(output).toContain(
`repository https://github.com/cloudflare/templates/d1-template`,
`repository https://github.com/cloudflare/workers-graphql-server`,
);
expect(output).toContain(
`Cloning template from: https://github.com/cloudflare/templates/d1-template`,
`Cloning template from: https://github.com/cloudflare/workers-graphql-server`,
);
expect(output).toContain(`template cloned and validated`);
},
Expand Down

0 comments on commit 79d10d0

Please sign in to comment.