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: docs/config/index.md
+12
Original file line number
Diff line number
Diff line change
@@ -1089,6 +1089,18 @@ inject('wsPort') === 3000
1089
1089
```
1090
1090
:::
1091
1091
1092
+
Since Vitest 2.2.0, you can define a custom callback function to be called when Vitest reruns tests. If the function is asynchronous, the runner will wait for it to complete before executing the tests.
0 commit comments