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:
ckohen
2023-01-12 01:27:07 -08:00
committed by GitHub
parent 4accb00b98
commit 859111f864
31 changed files with 539 additions and 3 deletions

View File

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