From 3ae72623adb7b3d7a4da3e83175855f6f6c9102c Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 7 Sep 2025 00:15:35 +0800 Subject: [PATCH] code refactor --- src/lib/calendar/__tests__/chinese_calendar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/calendar/__tests__/chinese_calendar.ts b/src/lib/calendar/__tests__/chinese_calendar.ts index 716bf16c..2ce4f826 100644 --- a/src/lib/calendar/__tests__/chinese_calendar.ts +++ b/src/lib/calendar/__tests__/chinese_calendar.ts @@ -1,4 +1,4 @@ -import fs from "fs"; +import fs from 'fs'; import path from 'path'; import { describe, expect, test } from '@jest/globals';