mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
test(rest): fix missing import (#2734)
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { expect } from 'chai'
|
||||
import chai, { expect } from 'chai'
|
||||
import { describe, it } from 'mocha'
|
||||
import { rest } from './utils.js'
|
||||
import chaiAsPromised from 'chai-as-promised'
|
||||
chai.use(chaiAsPromised)
|
||||
|
||||
describe('[rest] User related tests', () => {
|
||||
describe('Get a user from the api', () => {
|
||||
|
||||
Reference in New Issue
Block a user