From 4fe5b2c1ee36b14fb97fd8c2ce85cb7dece8067e Mon Sep 17 00:00:00 2001 From: chouchouji <1305974212@qq.com> Date: Sat, 14 Dec 2024 23:34:44 +0800 Subject: [PATCH] style: format code --- tests/cli.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cli.test.ts b/tests/cli.test.ts index 13ba05e..876f14e 100644 --- a/tests/cli.test.ts +++ b/tests/cli.test.ts @@ -19,7 +19,6 @@ import { onHome, onTest } from '../src/actions'; import { NPMRC, NRMRC, REGISTRIES } from '../src/constants'; import { isUnicodeSupported, readFile, writeFile } from '../src/helpers'; - const isWin = process.platform === 'win32'; const shouldUseMain = isUnicodeSupported();