Skip to content

Commit 73928fe

Browse files
committed
striing
1 parent 918723e commit 73928fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/create-cloudflare/e2e-tests/frameworks.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,9 @@ describe.concurrent(
676676
const wranglerPath = join(project.path, "node_modules/wrangler");
677677
expect(wranglerPath).toExist();
678678

679-
expect(findAllWranglerConfigPaths(project.path)).toBe({});
679+
expect(
680+
JSON.stringify(findAllWranglerConfigPaths(project.path)),
681+
).toBe("");
680682
expect(
681683
countAllWranglerConfigPaths(project.path) === 1,
682684
"Only one of wrangler.toml, wrangler.json, and wrangler.jsonc should exist.",

0 commit comments

Comments
 (0)