We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065ffeb commit a6d4cdaCopy full SHA for a6d4cda
docs/rules/no-unnecessary-act.md
@@ -91,7 +91,7 @@ await act(async () => {
91
92
This rule has one option:
93
94
-- `isStrict`: **disabled by default**. Wrapping both things related and not related to Testing Library in `act` is reported
+- `isStrict`: **enabled by default**. Wrapping both things related and not related to Testing Library in `act` is reported
95
96
```js
97
"testing-library/no-unnecessary-act": ["error", {"isStrict": true}]
0 commit comments