Skip to content

Commit

Permalink
Remove debug leftovers from a test.
Browse files Browse the repository at this point in the history
This is really terrible and has meant whenever anyone has run `yarn test:integration` they have only been running this test.
πŸ’€πŸ’€πŸ’€
https://www.youtube.com/watch?v=jmX-tzSOFE0
  • Loading branch information
Gnuxie committed Jul 1, 2022
1 parent d7b846c commit a2945e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/banListTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@ describe('Test: unbaning entities via the BanList.', function () {
})
})

describe.only('Test: should apply bans to the most recently active rooms first', function () {
describe('Test: should apply bans to the most recently active rooms first', function () {
it('Applies bans to the most recently active rooms first', async function () {
this.timeout(6000000000)
this.timeout(180000)
const mjolnir = config.RUNTIME.client!
const serverName: string = new UserID(await mjolnir.getUserId()).domain
const moderator = await newTestUser({ name: { contains: "moderator" }});
Expand Down

0 comments on commit a2945e3

Please sign in to comment.