Skip to content

Commit 055c02f

Browse files
Update deps 22/08 (#822)
1 parent 9f7fd4e commit 055c02f

File tree

2 files changed

+9
-31
lines changed

2 files changed

+9
-31
lines changed

package-lock.json

Lines changed: 7 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/modules/mongodb/src/mongodb-container.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe("MongodbContainer", () => {
2626
expect(
2727
await fooCollection.findOne({
2828
value: 1,
29-
}),
29+
})
3030
).toEqual(obj);
3131

3232
await mongoose.disconnect();
@@ -56,7 +56,7 @@ describe("MongodbContainer", () => {
5656
expect(
5757
await fooCollection.findOne({
5858
value: 1,
59-
}),
59+
})
6060
).toEqual(obj);
6161

6262
await mongoose.disconnect();

0 commit comments

Comments
 (0)