Skip to content

Commit

Permalink
chore: remove mongoose reference in __tests__
Browse files Browse the repository at this point in the history
  • Loading branch information
ijemmao committed Feb 16, 2023
1 parent c4ae5ae commit fd4e474
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions __tests__/__mocks__/documentData.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import mongoose from 'mongoose';

const { ObjectId } = mongoose.Types;

const wordId = new ObjectId('5f864d7401203866b6546dd3');
const exampleId = new ObjectId('5f864d7401203866b6546dd3');
const wordId = '5f864d7401203866b6546dd3';
const exampleId = '5f864d7401203866b6546dd3';
const developerData = {
name: 'Developer',
email: 'developer@example.com',
Expand Down

0 comments on commit fd4e474

Please sign in to comment.