Skip to content

Commit

Permalink
chore: update mongoose
Browse files Browse the repository at this point in the history
  • Loading branch information
meabed committed Nov 2, 2023
1 parent ab4574e commit f6799d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/setupTests.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { patchMongooseSchemaIndex } from './utils/patchMongoose';
import { beforeAll } from '@jest/globals';

global.beforeAll(() => {
beforeAll(() => {
patchMongooseSchemaIndex();
});

0 comments on commit f6799d3

Please sign in to comment.