mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
test(rest): fix missing beforeEach
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { expect } from 'chai'
|
||||
import { describe, it } from 'mocha'
|
||||
import { afterEach, beforeEach, describe, it } from 'mocha'
|
||||
import sinon from 'sinon'
|
||||
import type { RestManager } from '../../src/index.js'
|
||||
import { createRestManager } from '../../src/index.js'
|
||||
|
||||
Reference in New Issue
Block a user