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 5a2516f commit 3395f27Copy full SHA for 3395f27
tests/lib/rules/no-unnecessary-act.test.ts
@@ -64,7 +64,7 @@ const validNonStrictTestCases: RuleValidTestCase[] = [
64
`,
65
},
66
{
67
- code: `
+ code: `// case: RTL act wrapping both userEvent and non-RTL calls
68
import { act } from '@testing-library/react'
69
import userEvent from '@testing-library/user-event'
70
0 commit comments