Skip to content

Commit

Permalink
Update dependency to mockgoose-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladotesanovic committed Jan 2, 2018
1 parent 6e9f432 commit acbb857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/10-mockgoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/mongoose": "^4.7.23",
"@types/jest": "^20.0.8",
"@types/node": "^7.0.41",
"mockgoose": "^7.3.3",
"mockgoose-fix": "^7.3.6",
"jest": "^20.0.4",
"supertest": "^3.0.0",
"ts-jest": "^20.0.14",
Expand Down
2 changes: 1 addition & 1 deletion examples/10-mockgoose/src/database/database.providers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as mongoose from 'mongoose';
import { Mockgoose } from 'mockgoose';
import { Mockgoose } from 'mockgoose-fix';

export const databaseProviders = [
{
Expand Down

0 comments on commit acbb857

Please sign in to comment.