Files
discord.js/packages/next/__tests__/fake.test.ts
2023-11-09 00:13:01 +01:00

6 lines
124 B
TypeScript

import { describe, test } from 'vitest';
describe('@discordjs/next', () => {
test.todo('Should totally write tests');
});