File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
packages/mongodb-memory-server-core/src/__tests__ Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,11 @@ import * as utils from '../util/utils';
99import { MongoMemoryInstanceOpts } from '../util/MongoInstance' ;
1010import { ReplsetCountLowError , StateError , WaitForPrimaryTimeoutError } from '../util/errors' ;
1111import { assertIsError } from './testUtils/test_utils' ;
12- import * as debug from 'debug' ;
1312
1413jest . setTimeout ( 100000 ) ; // 10s
1514
1615afterEach ( ( ) => {
1716 jest . restoreAllMocks ( ) ;
18- debug . disable ( ) ;
1917} ) ;
2018
2119describe ( 'single server replset' , ( ) => {
@@ -277,8 +275,6 @@ describe('single server replset', () => {
277275 } ) ;
278276
279277 it ( 'should make use of "AutomaticAuth" (wiredTiger)' , async ( ) => {
280- // enable debug logs for this test, because it seems to often have a open handle after error
281- debug . enable ( 'MongoMS:*' ) ;
282278 // @ts -expect-error because "initAllServers" is protected
283279 jest . spyOn ( MongoMemoryReplSet . prototype , 'initAllServers' ) ;
284280 const replSet = await MongoMemoryReplSet . create ( {
You can’t perform that action at this time.
0 commit comments