From e74e7cae2120e10425145af239e24f0dec113915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=81=EF=B8=8F=E6=B7=A1=E7=84=B6?= Date: Tue, 14 Jan 2025 00:43:34 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=88=A0=E9=99=A4=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/cli.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli.test.ts b/test/cli.test.ts index 03983ee..d6d8a5c 100644 --- a/test/cli.test.ts +++ b/test/cli.test.ts @@ -36,7 +36,7 @@ beforeEach(() => { afterEach(() => { vi.resetAllMocks(); - // fs.rmSync(tempDir, { recursive: true }); + fs.rmSync(tempDir, { recursive: true }); }); it('创建新脚手架 + eslint', async () => {