File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 128
128
"test:mongodb:7.0.1" : " npm run test:mongodb --dbversion=7.0.1" ,
129
129
"test:mongodb:8.0.3" : " npm run test:mongodb --dbversion=8.0.3" ,
130
130
"test:postgres:testonly" : " cross-env PARSE_SERVER_TEST_DB=postgres PARSE_SERVER_TEST_DATABASE_URI=postgres://postgres:password@localhost:5432/parse_server_postgres_adapter_test_database npm run testonly" ,
131
- "pretest" : " " ,
131
+ "pretest" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start -t ${MONGODB_TOPOLOGY} --version ${MONGODB_VERSION} -- --port 27017 " ,
132
132
"testonly" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine" ,
133
133
"test" : " npm run testonly" ,
134
134
"posttest" : " cross-env mongodb-runner stop --all" ,
You can’t perform that action at this time.
0 commit comments