/[sudobot]/branches/9.x-dev/tests/mocks/manager.mock.ts
ViewVC logotype

Annotation of /branches/9.x-dev/tests/mocks/manager.mock.ts

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/typescript
File size: 210 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 import { Collection } from "discord.js";
2     import { vi } from "vitest";
3    
4     export const createManager = () => {
5     return {
6     fetch: vi.fn(() => Promise.resolve()),
7     cache: new Collection()
8     };
9     };

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26