Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
duluca committed Nov 6, 2019
1 parent 69e32c1 commit 20ebebe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/documentSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import { ObjectID } from 'mongodb'
import { MongoMemoryServer } from 'mongodb-memory-server'

import { IDocument } from '../dist'
import { ISerializable, close, connect } from '../lib/index'
import { close, connect } from '../lib/index'
import { IUser, User, UserCollection } from './user'

let mongoServerInstance: MongoMemoryServer
Expand Down

0 comments on commit 20ebebe

Please sign in to comment.