CI Fixes and Testing within PRs (#64)
This commit is contained in:
@@ -18,6 +18,6 @@ describe('#events', () => {
|
||||
// test specific events in the object
|
||||
it('references specific events', () => {
|
||||
const eventsString = events.map(e => e.key.toString()).join(', ')
|
||||
expect(eventsString).toBe('ready, messageCreate, interactionCreate')
|
||||
expect(eventsString).toBe('ready, messageCreate, interactionCreate, threadDelete')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user