Skip to content

Commit

Permalink
Merge pull request #334 from vladotesanovic/master
Browse files Browse the repository at this point in the history
Update dependency in mockgoose example
  • Loading branch information
kamilmysliwiec committed Jan 4, 2018
2 parents 9e3b07d + acbb857 commit 496285d
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 496285d

Please sign in to comment.