From 7ae9d9b954c8d1a15e96477a2ff45c5dc84938e5 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 9 May 2022 23:04:33 +0800 Subject: [PATCH] chore: lint --- packages/vitest/src/runtime/worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vitest/src/runtime/worker.ts b/packages/vitest/src/runtime/worker.ts index 4765b6f07e50..fbb9701e9eff 100644 --- a/packages/vitest/src/runtime/worker.ts +++ b/packages/vitest/src/runtime/worker.ts @@ -3,7 +3,7 @@ import { createBirpc } from 'birpc' import { ModuleCacheMap } from 'vite-node/client' import type { ResolvedConfig, WorkerContext, WorkerRPC } from '../types' import { distDir } from '../constants' -import { getWorkerState, stdout } from '../utils' +import { getWorkerState } from '../utils' import type { MockMap } from '../types/mocker' import { executeInViteNode } from './execute' import { rpc } from './rpc'