Skip to content

Commit

Permalink
Suppress console logs in case of error
Browse files Browse the repository at this point in the history
  • Loading branch information
jculvey committed Oct 18, 2023
1 parent c4777e1 commit 3441e18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/create-cloudflare/e2e-tests/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export const runC3 = async ({
if (code === 0) {
resolve(null);
} else {
console.log(stderr.join("\n").trim());
rejects(code);
}
});
Expand Down
1 change: 1 addition & 0 deletions packages/create-cloudflare/e2e-tests/pages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe.concurrent(`E2E: Web frameworks`, () => {
expectResponseToContain: "Dinosaurs are cool",
unsupportedPms: ["bun"],
testCommitMessage: true,
timeout: 1000 * 60 * 5,
},
angular: {
quarantine: true,
Expand Down

0 comments on commit 3441e18

Please sign in to comment.