An open API service indexing awesome lists of open source software.

https://github.com/tobysmith568/mock-extended

Framework-agnostic TypeScript mocks for interfaces and classes. You provide a mock function (e.g. jest.fn() or vi.fn()), and mock-extended will mock out all the functions on any given type!
https://github.com/tobysmith568/mock-extended

bun jest mocking spying vitest

Last synced: 3 months ago
JSON representation

Framework-agnostic TypeScript mocks for interfaces and classes. You provide a mock function (e.g. jest.fn() or vi.fn()), and mock-extended will mock out all the functions on any given type!

Awesome Lists containing this project