code clear

This commit is contained in:
luojiyin 2025-08-21 20:16:33 +08:00
parent b4ebe8df2e
commit adb20b88bb
No known key found for this signature in database
GPG Key ID: 9F5399380CCFD0B3

View File

@ -1,7 +1,7 @@
import { describe, expect, test, beforeEach, afterEach } from '@jest/globals'
import { SecureFileService, secureFileService } from '../src/utils/secureFile'
import { SecureFileService } from '../src/utils/secureFile'
import { existsSync, mkdirSync, writeFileSync, readFileSync, unlinkSync, rmdirSync } from 'node:fs'
import { join, dirname } from 'node:path'
import { join } from 'node:path'
describe('SecureFileService', () => {
let secureFileService: SecureFileService