Skip to content

Commit

Permalink
test: remove redundant jasmine constant
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Feb 2, 2021
1 parent 313ea1f commit 15ed47d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/__mocks__/mongooseCommon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const { Schema, Types } = mongoose;

mongoose.Promise = Promise;

jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;

const originalConnect = mongoose.connect;
mongoose.createConnection = (async () => {
const mongoServer = new MongoMemoryServer();
Expand Down

0 comments on commit 15ed47d

Please sign in to comment.