mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: init @discordjs/next (#8988)
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>
This commit is contained in:
5
packages/next/__tests__/fake.test.ts
Normal file
5
packages/next/__tests__/fake.test.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { describe, test, expect } from 'vitest';
|
||||
|
||||
describe('@discordjs/next', () => {
|
||||
test.todo('Should totally write tests');
|
||||
});
|
||||
Reference in New Issue
Block a user