Skip to content

Commit 01d8b18

Browse files
committed
test(MongoMemoryServer): remove unused import again
1 parent 4f611f6 commit 01d8b18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/mongodb-memory-server-core/src/__tests__/MongoMemoryServer.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { EnsureInstanceError, StateError } from '../util/errors';
1414
import { assertIsError } from './testUtils/test_utils';
1515
import { promises as fspromises } from 'fs';
1616
import * as path from 'path';
17-
import * as debug from 'debug';
1817

1918
tmp.setGracefulCleanup();
2019
jest.setTimeout(100000); // 10s

0 commit comments

Comments
 (0)