From 4250ce6157a2738405d3cc8d5c98d6d4204cb680 Mon Sep 17 00:00:00 2001 From: csvlad <52933579+csvlad@users.noreply.github.com> Date: Tue, 4 Nov 2025 08:27:30 -0800 Subject: [PATCH] fix: vi typing in bun:test (#24248) --- packages/bun-types/test.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bun-types/test.d.ts b/packages/bun-types/test.d.ts index e37c1b0fc7..bdcea698b5 100644 --- a/packages/bun-types/test.d.ts +++ b/packages/bun-types/test.d.ts @@ -172,7 +172,7 @@ declare module "bun:test" { /** * Mock a module */ - module: typeof mock.module; + mock: typeof mock.module; /** * Restore all mocks to their original implementation */