Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjessop committed Jan 29, 2025
1 parent 73928fe commit 11ce92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-cloudflare/e2e-tests/frameworks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -676,9 +676,9 @@ describe.concurrent(
const wranglerPath = join(project.path, "node_modules/wrangler");
expect(wranglerPath).toExist();

expect(
console.log(
JSON.stringify(findAllWranglerConfigPaths(project.path)),
).toBe("");
);
expect(
countAllWranglerConfigPaths(project.path) === 1,
"Only one of wrangler.toml, wrangler.json, and wrangler.jsonc should exist.",
Expand Down

0 comments on commit 11ce92f

Please sign in to comment.