Skip to content

Commit 03d3dd0

Browse files
committed
Fix known framework hooks for suite hooks
1 parent afcc007 commit 03d3dd0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

eslint-plugin-epic-web.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ const preferDisposeInTestsRule = {
428428
}
429429

430430
if (
431-
!isSuiteHook &&
432431
options.allowKnownFrameworkHooks &&
433432
isKnownFrameworkHookCallback(callbackNode)
434433
) {

0 commit comments

Comments
 (0)