diff --git a/packages/vitest/src/runtime/collect.ts b/packages/vitest/src/runtime/collect.ts index 85df4c0e452e..d11ed02fc019 100644 --- a/packages/vitest/src/runtime/collect.ts +++ b/packages/vitest/src/runtime/collect.ts @@ -1,7 +1,6 @@ import { createHash } from 'crypto' import { relative } from 'pathe' import type { File, ResolvedConfig, Suite, TaskBase } from '../types' -import { stdout } from '../utils' import { clearCollectorContext, defaultSuite } from './suite' import { getHooks, setHooks } from './map' import { processError } from './error'