mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Co-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Co-authored-by: Noel <buechler.noel@outlook.com> Co-authored-by: Isidro Casiano <isidroICP@outlook.com>
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import { describe, test, expect } from 'vitest';
|
|
|
|
describe('@discordjs/next', () => {
|
|
test.todo('Should totally write tests');
|
|
});
|