Skip to content

Commit 3395f27

Browse files
committed
chore: add comment
1 parent 5a2516f commit 3395f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/no-unnecessary-act.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const validNonStrictTestCases: RuleValidTestCase[] = [
6464
`,
6565
},
6666
{
67-
code: `
67+
code: `// case: RTL act wrapping both userEvent and non-RTL calls
6868
import { act } from '@testing-library/react'
6969
import userEvent from '@testing-library/user-event'
7070

0 commit comments

Comments
 (0)