Skip to content

Commit

Permalink
chore: updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed May 22, 2023
1 parent 6d6e797 commit 2759989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/prefer-called-with.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe(RULE_NAME, () => {
'expect(fn).resolves.not.toHaveBeenCalledWith();',
'expect(fn).toBeCalledTimes(0);',
'expect(fn).toHaveBeenCalledTimes(0);',
'expect(fn);',
'expect(fn);'
],
invalid: [
{
Expand Down

0 comments on commit 2759989

Please sign in to comment.