diff --git a/package.json b/package.json index 3c7fb8c8..64b92500 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/private/integration_test_settings.json b/tests/integration_test_settings.json similarity index 100% rename from private/integration_test_settings.json rename to tests/integration_test_settings.json