Skip to content

Commit

Permalink
fix(hopefully) test error
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 committed Oct 12, 2023
1 parent e9b991d commit 4a6eff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/lib/adapter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import GleeMessage from '../../src/lib/message.js'
import GleeAdapter from '../../src/lib/adapter.js'
import { jest } from '@jest/globals'

jest.useFakeTimers()

const TEST_SERVER_NAME = 'test'
const ANOTHER_TEST_SERVER_NAME = 'another'
const TEST_CHANNEL = 'test/channel'
Expand Down

0 comments on commit 4a6eff5

Please sign in to comment.