Skip to content

Commit 2759989

Browse files
committed
chore: updated documentation
1 parent 6d6e797 commit 2759989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/prefer-called-with.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe(RULE_NAME, () => {
2222
'expect(fn).resolves.not.toHaveBeenCalledWith();',
2323
'expect(fn).toBeCalledTimes(0);',
2424
'expect(fn).toHaveBeenCalledTimes(0);',
25-
'expect(fn);',
25+
'expect(fn);'
2626
],
2727
invalid: [
2828
{

0 commit comments

Comments
 (0)