mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
import { describe, it } from 'mocha'
|
|
|
|
describe('index.ts', () => {
|
|
it('will import without error', async () => {
|
|
await import('../src/index.js')
|
|
})
|
|
})
|