Skip to content

Commit

Permalink
ci(NODE-6712): fix broken tests against latest driver (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Feb 5, 2025
1 parent ea6b710 commit fa0bb06
Show file tree
Hide file tree
Showing 4 changed files with 930 additions and 183 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ updates:
versions: [">=16.0.0"]
# we ignore TS as a part of quarterly dependency updates.
- dependency-name: "typescript"

- dependency-name: "mongodb"
groups:
development-dependencies:
dependency-type: "development"
Expand Down
6 changes: 3 additions & 3 deletions test/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"env": {
"mocha": true
}
"env": {
"mocha": true
}
}
Loading

0 comments on commit fa0bb06

Please sign in to comment.