MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / cleanMock

Function cleanMock

apps/web/__tests__/invites.test.ts:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 .mockImplementation();
36
37function cleanMock() {
38 acceptInviteMock.mockClear();
39 mailerSendMock.mockClear();
40}
41
42type storeType = {
43 account: accounts;

Callers 1

invites.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected