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 128128 "test:mongodb:7.0.1" : " npm run test:mongodb --dbversion=7.0.1" ,
129129 "test:mongodb:8.0.3" : " npm run test:mongodb --dbversion=8.0.3" ,
130130 "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" : "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" ,
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" ,
132132 "testonly" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine" ,
133133 "test" : " npm run testonly" ,
134134 "posttest" : " cross-env mongodb-runner stop --all" ,
You can’t perform that action at this time.
0 commit comments