TSpiedFunction
Bun

type

test.jest.SpiedFunction

type SpiedFunction<T extends (...args: any[]) => any> = JestMock.SpiedFunction<T>

Constructs the type of a spied function.