Skip to content

Commit a6d4cda

Browse files
authored
docs(no-unnecessary-act): isStrict is enabled by default (#535)
1 parent 065ffeb commit a6d4cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-unnecessary-act.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ await act(async () => {
9191

9292
This rule has one option:
9393

94-
- `isStrict`: **disabled by default**. Wrapping both things related and not related to Testing Library in `act` is reported
94+
- `isStrict`: **enabled by default**. Wrapping both things related and not related to Testing Library in `act` is reported
9595

9696
```js
9797
"testing-library/no-unnecessary-act": ["error", {"isStrict": true}]

0 commit comments

Comments
 (0)