We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6e797 commit 2759989Copy full SHA for 2759989
src/rules/prefer-called-with.test.ts
@@ -22,7 +22,7 @@ describe(RULE_NAME, () => {
22
'expect(fn).resolves.not.toHaveBeenCalledWith();',
23
'expect(fn).toBeCalledTimes(0);',
24
'expect(fn).toHaveBeenCalledTimes(0);',
25
- 'expect(fn);',
+ 'expect(fn);'
26
],
27
invalid: [
28
{
0 commit comments