Skip to content

Commit

Permalink
test: 修复测试目录删除逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Jan 13, 2025
1 parent 5ee40f5 commit e74e7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ beforeEach(() => {

afterEach(() => {
vi.resetAllMocks();
// fs.rmSync(tempDir, { recursive: true });
fs.rmSync(tempDir, { recursive: true });
});

it('创建新脚手架 + eslint', async () => {
Expand Down

0 comments on commit e74e7ca

Please sign in to comment.