Skip to content

Commit

Permalink
improve test failure output
Browse files Browse the repository at this point in the history
  • Loading branch information
RamIdeas committed Aug 12, 2024
1 parent 7341dd1 commit 35cdd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/e2e/startWorker.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ describe.each(OPTIONS)("DevEnv $remote", ({ remote }) => {
method: "Runtime.consoleAPICalled",
params: {
args: expect.arrayContaining([
{ type: "string", value: LARGE_STRING },
{ type: "string", value: expect.stringContaining("zzzzzzzzz") },
]),
},
},
Expand Down

0 comments on commit 35cdd44

Please # to comment.