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 71c79fc commit b08d377Copy full SHA for b08d377
lib/rules/no-wait-for-side-effects.ts
@@ -93,7 +93,7 @@ export default createTestingLibraryRule<Options, MessageIds>({
93
94
const expressionIdentifier = getPropertyIdentifierNode(node.callee);
95
if (!expressionIdentifier) {
96
- return false;
+ return;
97
}
98
99
if (
0 commit comments