You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/en/guide/migration/vitest.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ When migrating config, keep two changes in mind:
92
92
Walk through **every** option under `test` and match it against the table below — move it to the top level, rename it, or drop it. Fields not listed here may not map 1:1; verify against the [Rstest config reference](/config) before dropping them silently.
|`detectAsyncLeaks`|[`detectAsyncLeaks`](/config/test/detect-async-leaks)| Use while debugging leaked async resources. Rstest reports active Node.js async resources after a test file finishes. |
0 commit comments