Skip to content

Commit 4be25dd

Browse files
committed
chore: remove folder creation
1 parent a38b9aa commit 4be25dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/mongodb-runner/src/mongocluster.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ describe('MongoCluster', function () {
4242

4343
it('can use custom downloadDir option for binary downloads', async function () {
4444
const customDownloadDir = path.join(tmpDir, 'custom-downloads');
45-
await fs.mkdir(customDownloadDir, { recursive: true });
4645

4746
sinon
4847
.stub(MongoCluster, 'downloadMongoDb' as any)

0 commit comments

Comments
 (0)