Skip to content

Commit

Permalink
style: πŸ’„ run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jun 16, 2023
1 parent c393f6c commit eb67576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsa-to-node/__tests__/FsaNodeFs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('.mkdir()', () => {
});

test('cannot create a folder over a file', async () => {
const { fs } = setup({file: 'test'});
const { fs } = setup({ file: 'test' });
try {
await fs.promises.mkdir('/file/folder', { recursive: true });
throw new Error('Expected error');
Expand Down

0 comments on commit eb67576

Please sign in to comment.