Skip to content

Commit a3855f1

Browse files
committed
Revert "remove consoles"
This reverts commit e4def9e4759a479205d70cc61d8efb681743d56a. Update package.json Update package.json remove consoles
1 parent bdc91bd commit a3855f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
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": "",
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",

0 commit comments

Comments
 (0)