We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b3b19 commit 61ba4d2Copy full SHA for 61ba4d2
package.json
@@ -118,8 +118,6 @@
118
"test:mongodb:4.0.28": "npm run test:mongodb --dbversion=4.0.28",
119
"test:mongodb:4.2.19": "npm run test:mongodb --dbversion=4.2.19",
120
"test:mongodb:4.4.13": "npm run test:mongodb --dbversion=4.4.13",
121
- "test:mongodb:5.0.6": "npm run test:mongodb --dbversion=5.0.6",
122
- "test:mongodb:5.1.1": "npm run test:mongodb --dbversion=5.1.1",
123
"test:mongodb:5.2.1": "npm run test:mongodb --dbversion=5.2.1",
124
"posttest:mongodb": "mongodb-runner stop",
125
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.2.1} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",
0 commit comments