Skip to content

Commit

Permalink
chore: add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 16, 2019
1 parent 1634f15 commit ff4d639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/__tests__/no-alias-methods.test.js
Expand Up @@ -19,6 +19,7 @@ ruleTester.run('no-alias-methods', rule, {
'expect(a).toHaveNthReturnedWith()',
'expect(a).toThrow()',
'expect(a).rejects;',
'expect(a);',
],

invalid: [
Expand Down

0 comments on commit ff4d639

Please sign in to comment.