Skip to content

Commit

Permalink
fs export
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Sep 13, 2024
1 parent 907c01c commit ce23e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest-pool-workers/src/worker/lib/node/fs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export function statSync(_path: string) {

export const promises = {};

export default {};
export default { existsSync };

0 comments on commit ce23e11

Please sign in to comment.