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[`MongoMemoryServer cleanup() should throw an error if state is not "stopped" 1`] =`"Incorrect State for operation: \\"new\\", allowed States: \\"[stopped]\\""`;
4
+
5
+
exports[`MongoMemoryServer ensureInstance() should throw an error if the given "_state" has no case 1`] =`"Incorrect State for operation: \\"not Existing\\", allowed States: \\"[running,new,stopped,starting]\\""`;
6
+
7
+
exports[`MongoMemoryServer start() should throw an error if state is not "new" or "stopped" 1`] =`"Incorrect State for operation: \\"starting\\", allowed States: \\"[new,stopped]\\""`;
8
+
9
+
exports[`MongoMemoryServer start() should throw an error if state is not "new" or "stopped" 2`] =`"Incorrect State for operation: \\"running\\", allowed States: \\"[new,stopped]\\""`;
0 commit comments