Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markwylde committed Jun 25, 2024
1 parent e00dfa6 commit b67a984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const ftpAccess = {

const wipe = async () => {
await fs.rm('/tmp/test', { recursive: true, force: true });
await fs.mkdir('/tmp/test');
await fs.mkdir('/tmp/test', { recursive: true, force: true });
};

const serverChildProcess = spawn('ftpserver', { cwd: 'test/helpers', stdio: 'inherit' });
Expand Down

0 comments on commit b67a984

Please sign in to comment.