| 
112 | 112 |     "test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",  | 
113 | 113 |     "test:mongodb:4.0.23": "npm run test:mongodb --dbversion=4.0.23",  | 
114 | 114 |     "test:mongodb:4.2.13": "npm run test:mongodb --dbversion=4.2.13",  | 
115 |  | -    "test:mongodb:4.4.4": "npm run test:mongodb --dbversion=4.4.4",  | 
 | 115 | +    "test:mongodb:4.4.5": "npm run test:mongodb --dbversion=4.4.5",  | 
116 | 116 |     "posttest:mongodb": "mongodb-runner stop",  | 
117 |  | -    "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",  | 
118 |  | -    "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",  | 
 | 117 | +    "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.5} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",  | 
 | 118 | +    "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.5} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",  | 
119 | 119 |     "test": "npm run testonly",  | 
120 |  | -    "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop",  | 
121 |  | -    "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine",  | 
 | 120 | +    "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.5} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop",  | 
 | 121 | +    "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.5} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine",  | 
122 | 122 |     "start": "node ./bin/parse-server",  | 
123 | 123 |     "prettier": "prettier --write '{src,spec}/{**/*,*}.js'",  | 
124 | 124 |     "prepare": "npm run build",  | 
 | 
0 commit comments