Skip to content

Commit 997e91f

Browse files
Update to ESLint 9
1 parent 0fd3b08 commit 997e91f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/sim/abilities/flowergift.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ describe('Flower Gift', () => {
6666
assert(battle.log.every(line => !line.startsWith('|-formechange')));
6767
});
6868

69-
it(`should not trigger if dragged in by a Mold Breaker Pokemon`, function () {
69+
it(`should not trigger if dragged in by a Mold Breaker Pokemon`, () => {
7070
battle = common.createBattle([[
71-
{species: 'Torkoal', ability: 'drought', moves: ['sleeptalk']},
72-
{species: 'Cherrim', ability: 'flowergift', moves: ['sleeptalk']},
71+
{ species: 'Torkoal', ability: 'drought', moves: ['sleeptalk'] },
72+
{ species: 'Cherrim', ability: 'flowergift', moves: ['sleeptalk'] },
7373
], [
74-
{species: 'Haxorus', ability: 'moldbreaker', moves: ['roar']},
74+
{ species: 'Haxorus', ability: 'moldbreaker', moves: ['roar'] },
7575
]]);
7676
battle.makeChoices();
7777
assert.equal(battle.field.weather, 'sunnyday');

0 commit comments

Comments
 (0)