Skip to content

Commit a9d0264

Browse files
committed
test(MongoMemoryReplSet): remove debugging ".only"
forgot to remove it in introduction commit
1 parent 068cce5 commit a9d0264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ describe('single server replset', () => {
304304
await replSet.stop();
305305
});
306306

307-
it.only('should make use of "AutomaticAuth" (wiredTiger)', async () => {
307+
it('should make use of "AutomaticAuth" (wiredTiger)', async () => {
308308
// @ts-expect-error because "initAllServers" is protected
309309
jest.spyOn(MongoMemoryReplSet.prototype, 'initAllServers');
310310
jest.spyOn(console, 'warn').mockImplementationOnce(() => void 0);

0 commit comments

Comments
 (0)