Skip to content

Commit

Permalink
remove unused dependencies and tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 13, 2024
1 parent 7b31810 commit da5d215
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 509 deletions.
2 changes: 0 additions & 2 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/mocharc.json",
"require": ["source-map-support/register", "test/tools/chai-addons.js"],
"extension": ["ts"],
"recursive": true,
"failZero": true,
"reporter": "test/tools/mongodb_reporter.js",
"color": true
}
165 changes: 1 addition & 164 deletions package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@
"@mongodb-js/zstd": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"chai": "^4.5.0",
"chai-subset": "^1.6.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.21"
"prettier": "^3.3.3"
},
"engines": {
"node": ">= 16.20.1"
Expand Down
10 changes: 0 additions & 10 deletions test/tools/chai-addons.js

This file was deleted.

Loading

0 comments on commit da5d215

Please sign in to comment.