Skip to content

Instantly share code, notes, and snippets.

@maxfarseer
Last active May 29, 2016 09:24
Show Gist options
  • Save maxfarseer/4b7be6771ea19edcd6f3f8d9f662832e to your computer and use it in GitHub Desktop.
Save maxfarseer/4b7be6771ea19edcd6f3f8d9f662832e to your computer and use it in GitHub Desktop.
let id;
beforeEach(done => {
id = mongoose.Types.ObjectId()
done()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment