Skip to content

Commit da5d215

Browse files
remove unused dependencies and tooling
1 parent 7b31810 commit da5d215

File tree

5 files changed

+2
-509
lines changed

5 files changed

+2
-509
lines changed

.mocharc.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/mocharc.json",
3-
"require": ["source-map-support/register", "test/tools/chai-addons.js"],
43
"extension": ["ts"],
54
"recursive": true,
65
"failZero": true,
7-
"reporter": "test/tools/mongodb_reporter.js",
86
"color": true
97
}

package-lock.json

Lines changed: 1 addition & 164 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@
1919
"@mongodb-js/zstd": "^1.2.0",
2020
"@typescript-eslint/eslint-plugin": "^8.11.0",
2121
"chai": "^4.5.0",
22-
"chai-subset": "^1.6.0",
2322
"eslint": "^9.14.0",
2423
"eslint-config-prettier": "^9.1.0",
2524
"eslint-plugin-prettier": "^5.2.1",
2625
"mocha": "^10.8.2",
27-
"prettier": "^3.3.3",
28-
"sinon-chai": "^3.7.0",
29-
"source-map-support": "^0.5.21"
26+
"prettier": "^3.3.3"
3027
},
3128
"engines": {
3229
"node": ">= 16.20.1"

test/tools/chai-addons.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)