Skip to content

Commit

Permalink
Disable leagues tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Nov 26, 2024
1 parent 3ac0ba7 commit 2931401
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/oldschooljs/test/Hiscores.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ test('Hiscores', async () => {
expect(dmmTournyFaux.combatLevel).toBeGreaterThan(30);
expect(dmmTournyFaux.skills.agility.level).toBeGreaterThan(49);

const leagues = await Hiscores.fetch('Magnaboy', { type: 'seasonal' });
expect(leagues.leaguePoints?.points).toBeGreaterThan(1);
// const leagues = await Hiscores.fetch('Magnaboy', { type: 'seasonal' });
// expect(leagues.leaguePoints?.points).toBeGreaterThan(1);

const leagues2 = await Hiscores.fetch('fk ezscape', { type: 'seasonal' });
expect(leagues2.leaguePoints?.points).toBeGreaterThan(1);
// const leagues2 = await Hiscores.fetch('fk ezscape', { type: 'seasonal' });
// expect(leagues2.leaguePoints?.points).toBeGreaterThan(1);

// Skillers
const skiller = await Hiscores.fetch('Jcw', { type: 'skiller' });
Expand Down

0 comments on commit 2931401

Please sign in to comment.