Skip to content

Commit 15ed47d

Browse files
committed
test: remove redundant jasmine constant
1 parent 313ea1f commit 15ed47d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/__mocks__/mongooseCommon.ts

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const { Schema, Types } = mongoose;
77

88
mongoose.Promise = Promise;
99

10-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
11-
1210
const originalConnect = mongoose.connect;
1311
mongoose.createConnection = (async () => {
1412
const mongoServer = new MongoMemoryServer();

0 commit comments

Comments
 (0)