feat: 优化项目结构
All checks were successful
CI / 测试 (push) Successful in 20s

This commit is contained in:
ren
2025-10-21 11:59:50 +08:00
parent 4174e14517
commit c9a9632ccc
6 changed files with 19 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ import {
ErrorType,
ActionInputs,
ActionOutputs,
} from '../index.js';
} from '../src/index.js';
import { createTestFile, createTestDir, cleanupTestFiles, cleanupTestDirs } from './utils.js';
describe('测试 FileDiscovery 类', () => {