File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 126
126
"test:mongodb:5.3.2" : " npm run test:mongodb --dbversion=5.3.2" ,
127
127
"test:mongodb:6.0.2" : " npm run test:mongodb --dbversion=6.0.2" ,
128
128
"posttest:mongodb" : " mongodb-runner stop" ,
129
- "pretest" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=6.0 .2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start" ,
129
+ "pretest" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3 .2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start" ,
130
130
"testonly" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine" ,
131
131
"test" : " npm run testonly" ,
132
132
"posttest" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner stop" ,
You can’t perform that action at this time.
0 commit comments