We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313ea1f commit 15ed47dCopy full SHA for 15ed47d
src/__mocks__/mongooseCommon.ts
@@ -7,8 +7,6 @@ const { Schema, Types } = mongoose;
7
8
mongoose.Promise = Promise;
9
10
-jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
11
-
12
const originalConnect = mongoose.connect;
13
mongoose.createConnection = (async () => {
14
const mongoServer = new MongoMemoryServer();
0 commit comments