Skip to content

Commit c0af918

Browse files
committed
refactor: remove todo
1 parent 59dfaf1 commit c0af918

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rules/prefer-screen-queries.ts

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export default createTestingLibraryRule<Options, MessageIds>({
118118

119119
const isComingFromValidRender = isReportableRender(node.init.callee);
120120

121-
// TODO: why is saving `setup` here? that's the problem
122121
if (!isComingFromValidRender) {
123122
// save the destructured query methods as safe since they are coming
124123
// from render not related to TL

0 commit comments

Comments
 (0)