Skip to content

Commit

Permalink
Update deps 22/08 (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianrgreco committed Aug 29, 2024
1 parent 9f7fd4e commit 055c02f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 31 deletions.
36 changes: 7 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/modules/mongodb/src/mongodb-container.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("MongodbContainer", () => {
expect(
await fooCollection.findOne({
value: 1,
}),
})
).toEqual(obj);

await mongoose.disconnect();
Expand Down Expand Up @@ -56,7 +56,7 @@ describe("MongodbContainer", () => {
expect(
await fooCollection.findOne({
value: 1,
}),
})
).toEqual(obj);

await mongoose.disconnect();
Expand Down

0 comments on commit 055c02f

Please sign in to comment.