TMock
Bun

type

test.Mock

type Mock<F extends Function> = F & { mock: MockFunctionContext<F> }