bump mongo (#7429)
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
"test:mongodb:runnerstart": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",
|
||||
"test:mongodb:testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",
|
||||
"test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",
|
||||
"test:mongodb:4.0.23": "npm run test:mongodb --dbversion=4.0.23",
|
||||
"test:mongodb:4.0.25": "npm run test:mongodb --dbversion=4.0.25",
|
||||
"test:mongodb:4.2.14": "npm run test:mongodb --dbversion=4.2.14",
|
||||
"test:mongodb:4.4.6": "npm run test:mongodb --dbversion=4.4.6",
|
||||
"posttest:mongodb": "mongodb-runner stop",
|
||||
|
||||
Reference in New Issue
Block a user