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
for (const test oftestModule.children.allTests()) {
33
+
console.log(test.name, test.result().state)
34
+
}
44
35
}
45
36
}
46
37
```
@@ -60,9 +51,7 @@ export default defineConfig({
60
51
61
52
## Reported Tasks
62
53
63
-
Instead of using the tasks that reporters receive, it is recommended to use the Reported Tasks API instead.
64
-
65
-
You can get access to this API by calling `vitest.state.getReportedEntity(runnerTask)`:
54
+
Reported [events](/advanced/api/reporters) receive tasks for [tests](/advanced/api/test-case), [suites](/advanced/api/test-suite) and [modules](/advanced/api/test-module):
0 commit comments