fix: vi typing in bun:test (#24248)

This commit is contained in:
csvlad
2025-11-04 08:27:30 -08:00
committed by GitHub
parent f8dce87f24
commit 4250ce6157

View File

@@ -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
*/