Files
discord.js/packages/next/__tests__/fake.test.ts
T
2023-01-12 10:27:07 +01:00

6 lines
132 B
TypeScript

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