You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`single server replset "new" should throw an error if replSet count is 0 or less 1`] =`"ReplSet Count needs to be 1 or higher! (specified count: \\"0\\")"`;
40
40
41
41
exports[`single server replset "start" should throw an error if _state is not "stopped" 1`] =`
42
42
"Incorrect State for operation: \\"running\\", allowed States: \\"[stopped]\\"
43
43
This may be because of using a v6.x way of calling functions, look at the following guide if anything applies:
exports[`MongoMemoryServer ensureInstance() should throw an error if "instanceInfo" is undefined but "_state" is "running" 1`] =`"{\\"isRunning\\":true,\\"message\\":\\"\\\\\\"ensureInstance\\\\\\" failed, because state was \\\\\\"running\\\\\\" but \\\\\\"instanceInfo\\\\\\" was undefined!\\"}"`;
@@ -15,31 +15,31 @@ exports[`MongoMemoryServer ensureInstance() should throw an error if no "instanc
15
15
exports[`MongoMemoryServer ensureInstance() should throw an error if the given "_state" has no case 1`] =`
16
16
"Incorrect State for operation: \\"not Existing\\", allowed States: \\"[running,new,stopped,starting]\\"
17
17
This may be because of using a v6.x way of calling functions, look at the following guide if anything applies:
0 commit comments