We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38b9aa commit 4be25ddCopy full SHA for 4be25dd
packages/mongodb-runner/src/mongocluster.spec.ts
@@ -42,7 +42,6 @@ describe('MongoCluster', function () {
42
43
it('can use custom downloadDir option for binary downloads', async function () {
44
const customDownloadDir = path.join(tmpDir, 'custom-downloads');
45
- await fs.mkdir(customDownloadDir, { recursive: true });
46
47
sinon
48
.stub(MongoCluster, 'downloadMongoDb' as any)
0 commit comments