Spied

TSpied
Bun

Symbol

jest.Spied

type Spied<T extends JestMock.ClassLike | (...args: any[]) => any> = JestMock.Spied<T>

Constructs the type of a spied class or function.