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 9a12ce9 commit 71c79fcCopy full SHA for 71c79fc
lib/rules/no-wait-for-side-effects.ts
@@ -87,7 +87,7 @@ export default createTestingLibraryRule<Options, MessageIds>({
87
}
88
89
function reportImplicitReturnSideEffect(node: TSESTree.CallExpression) {
90
- if (!isCallerWaitFor) {
+ if (!isCallerWaitFor(node)) {
91
return;
92
93
0 commit comments