Skip to content

Commit

Permalink
test if tests should be linted
Browse files Browse the repository at this point in the history
  • Loading branch information
im-tofa authored Sep 25, 2023
1 parent 62a115e commit c5aea66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/sim/moves/afteryou.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ let battle;
describe('After You', function () {
afterEach(function () {
battle.destroy();
});

});

it(`should cause the targeted Pokemon to immediately move next`, function () {
battle = common.createBattle({gameType: 'doubles'}, [[
Expand Down

0 comments on commit c5aea66

Please sign in to comment.