mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
test: turn on rest debug
This commit is contained in:
@@ -14,7 +14,8 @@ const ltsID = 379643682984296448n
|
||||
|
||||
describe('[member] Member tests', async () => {
|
||||
const rest = createRestManager({
|
||||
token
|
||||
token,
|
||||
debug: console.log
|
||||
})
|
||||
|
||||
describe('Get members', () => {
|
||||
|
||||
@@ -7,7 +7,8 @@ import { CACHED_COMMUNITY_GUILD_ID, token } from './utils.js'
|
||||
|
||||
describe('[role] Role tests', async () => {
|
||||
const rest = createRestManager({
|
||||
token
|
||||
token,
|
||||
debug: console.log
|
||||
})
|
||||
|
||||
// Create a role with a reason
|
||||
|
||||
@@ -24,7 +24,8 @@ after(async () => {
|
||||
// waiting for channel
|
||||
describe.skip('[webhooks] Webhook related tests', async () => {
|
||||
const rest = createRestManager({
|
||||
token
|
||||
token,
|
||||
debug: console.log
|
||||
})
|
||||
let channel: Camelize<DiscordChannel>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user