Skip to content

Commit

Permalink
set mongodb port
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jul 23, 2023
1 parent 8936a23 commit 75eeebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"release": "node build_releases.js && npm publish",
"test": "cross-env PARSE_BUILD=node jest",
"test:mongodb": "npm run test:mongodb:runnerstart && npm run integration",
"test:mongodb:runnerstart": "mongodb-runner start",
"test:mongodb:runnerstart": "mongodb-runner start --port 27017",
"posttest:mongodb": "mongodb-runner stop",
"lint": "eslint --cache src/ integration/",
"lint:fix": "eslint --fix --cache src/ integration/",
Expand Down

0 comments on commit 75eeebe

Please sign in to comment.