Skip to content

Commit

Permalink
Move integration test settings out of private
Browse files Browse the repository at this point in the history
  • Loading branch information
Torgen committed Feb 11, 2024
1 parent c9155eb commit f467b59
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -54,7 +54,7 @@
},
"scripts": {
"test": "meteor test --once --driver-package meteortesting:mocha",
"test.full": "meteor test --once --driver-package meteortesting:mocha --full-app --settings private/integration_test_settings.json",
"test.full": "meteor test --once --driver-package meteortesting:mocha --full-app --settings tests/integration_test_settings.json",
"coverage": "BABEL_ENV=COVERAGE COVERAGE=1 COVERAGE_OUT_HTML=1 COVERAGE_APP_FOLDER=$PWD/ meteor npm test",
"coverage.lcov": "BABEL_ENV=COVERAGE COVERAGE=1 COVERAGE_OUT_LCOVONLY=1 COVERAGE_APP_FOLDER=$PWD/ meteor npm test",
"coverage.client.lcov": "TEST_SERVER=0 meteor npm run-script coverage.lcov",
Expand Down
File renamed without changes.

0 comments on commit f467b59

Please sign in to comment.