Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
likun7981 committed Jul 3, 2022
1 parent 4da1213 commit c3e58bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/__tests__/utils/File.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ vi.mock('fs-extra', () => ({
ensureDirSync: vi.fn(),
writeJSONSync: vi.fn(() => {}),
readJSONSync: vi.fn(),
ensureDir: vi.fn(),
},
}))

Expand Down

0 comments on commit c3e58bf

Please sign in to comment.