Skip to content

Commit 98fb993

Browse files
test: do not show unnecessary logging in version upload unit tests (#10836)
1 parent 62656bd commit 98fb993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/wrangler/src/__tests__/versions/versions.upload.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ describe("versions upload", () => {
770770
const mockExecSync = vi.fn();
771771

772772
describe("generatePreviewAlias", () => {
773+
mockConsoleMethods();
773774
vi.mock("child_process", () => ({
774775
// eslint-disable-next-line @typescript-eslint/no-explicit-any
775776
execSync: (...args: any[]) => mockExecSync(...args),

0 commit comments

Comments
 (0)