Skip to content

Commit

Permalink
fix(test); unskip some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Oct 30, 2023
1 parent 48d5fcc commit 2c6ea22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/creator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('SlashCreator', () => {
});
});

describe.skip('.registerCommands()', () => {
describe('.registerCommands()', () => {
it('registers commands, filtering out non-command objects', () => {
const creator = new SlashCreator({
applicationID: '1'
Expand Down Expand Up @@ -336,7 +336,7 @@ describe('SlashCreator', () => {
});
});

describe.skip('.collectCommandIDs()', () => {
describe('.collectCommandIDs()', () => {
it('collects command IDs', async () => {
const creator = new SlashCreator({
applicationID: '1',
Expand Down

0 comments on commit 2c6ea22

Please sign in to comment.