We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
values()
1 parent 9044d93 commit 7ed99cdCopy full SHA for 7ed99cd
1 file changed
packages/vitest/src/node/state.ts
@@ -87,7 +87,7 @@ export class StateManager {
87
}
88
89
getUnhandledErrors(): unknown[] {
90
- return Array.from(this.errorsSet.values())
+ return Array.from(this.errorsSet)
91
92
93
getPaths(): string[] {
0 commit comments