Skip to content

Commit

Permalink
test: fix test case, after update of uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
mernxl committed Sep 25, 2020
1 parent c3c6f4b commit f5d7689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__mocks__/mongoose.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { MongoMemoryServer } from 'mongodb-memory-server-global';
import * as mongoose from 'mongoose';
import uuid = require('uuid');
import { v1 as uuid } from 'uuid';

const mongooseOptions = {
promiseLibrary: Promise,
Expand Down

0 comments on commit f5d7689

Please sign in to comment.