Skip to content

Commit 71c79fc

Browse files
committed
fix: call a function
1 parent 9a12ce9 commit 71c79fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-wait-for-side-effects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default createTestingLibraryRule<Options, MessageIds>({
8787
}
8888

8989
function reportImplicitReturnSideEffect(node: TSESTree.CallExpression) {
90-
if (!isCallerWaitFor) {
90+
if (!isCallerWaitFor(node)) {
9191
return;
9292
}
9393

0 commit comments

Comments
 (0)