|
160 | 160 | "test-docker-integration": "env-cmd $npm_package_options_env_cmd npm run test-integration",
|
161 | 161 | "docs": "rimraf esdoc && esdoc -c docs/esdoc-config.js && cp docs/favicon.ico esdoc/favicon.ico && cp docs/ROUTER.txt esdoc/ROUTER && node docs/run-docs-transforms.js && node docs/redirects/create-redirects.js && rimraf esdoc/file esdoc/source.html",
|
162 | 162 | "teaser": "node scripts/teaser",
|
163 |
| - "test-unit": "mocha --require scripts/mocha-bootload --globals setImmediate,clearImmediate --exit --check-leaks --colors -t 30000 --reporter spec \"test/unit/**/*.js\"", |
| 163 | + "test-unit": "mocha --globals setImmediate,clearImmediate --exit --check-leaks --colors -t 30000 --reporter spec \"test/unit/**/*.js\"", |
164 | 164 | "test-unit-mariadb": "cross-env DIALECT=mariadb npm run test-unit",
|
165 | 165 | "test-unit-mysql": "cross-env DIALECT=mysql npm run test-unit",
|
166 | 166 | "test-unit-postgres": "cross-env DIALECT=postgres npm run test-unit",
|
167 | 167 | "test-unit-postgres-native": "cross-env DIALECT=postgres-native npm run test-unit",
|
168 | 168 | "test-unit-sqlite": "cross-env DIALECT=sqlite npm run test-unit",
|
169 | 169 | "test-unit-mssql": "cross-env DIALECT=mssql npm run test-unit",
|
170 | 170 | "test-unit-all": "npm run test-unit-mariadb && npm run test-unit-mysql && npm run test-unit-postgres && npm run test-unit-postgres-native && npm run test-unit-mssql && npm run test-unit-sqlite",
|
171 |
| - "test-integration": "mocha --require scripts/mocha-bootload --globals setImmediate,clearImmediate --exit --check-leaks --colors -t 30000 --reporter spec \"test/integration/**/*.test.js\"", |
| 171 | + "test-integration": "mocha --globals setImmediate,clearImmediate --exit --check-leaks --colors -t 30000 --reporter spec \"test/integration/**/*.test.js\"", |
172 | 172 | "test-integration-mariadb": "cross-env DIALECT=mariadb npm run test-integration",
|
173 | 173 | "test-integration-mysql": "cross-env DIALECT=mysql npm run test-integration",
|
174 | 174 | "test-integration-postgres": "cross-env DIALECT=postgres npm run test-integration",
|
|
187 | 187 | "test-all": "npm run test-mariadb && npm run test-mysql && npm run test-sqlite && npm run test-postgres && npm run test-postgres-native && npm run test-mssql",
|
188 | 188 | "test-typings": "tsc -b types/tsconfig.json && dtslint --expectOnly types/test",
|
189 | 189 | "cover": "rimraf coverage && npm run teaser && npm run cover-integration && npm run cover-unit && npm run merge-coverage",
|
190 |
| - "cover-integration": "cross-env COVERAGE=true nyc --reporter=lcovonly mocha --require scripts/mocha-bootload -t 30000 --exit \"test/integration/**/*.test.js\" && node -e \"require('fs').renameSync('coverage/lcov.info', 'coverage/integration.info')\"", |
191 |
| - "cover-unit": "cross-env COVERAGE=true nyc --reporter=lcovonly mocha --require scripts/mocha-bootload -t 30000 --exit \"test/unit/**/*.test.js\" && node -e \"require('fs').renameSync('coverage/lcov.info', 'coverage/unit.info')\"", |
| 190 | + "cover-integration": "cross-env COVERAGE=true nyc --reporter=lcovonly mocha -t 30000 --exit \"test/integration/**/*.test.js\" && node -e \"require('fs').renameSync('coverage/lcov.info', 'coverage/integration.info')\"", |
| 191 | + "cover-unit": "cross-env COVERAGE=true nyc --reporter=lcovonly mocha -t 30000 --exit \"test/unit/**/*.test.js\" && node -e \"require('fs').renameSync('coverage/lcov.info', 'coverage/unit.info')\"", |
192 | 192 | "merge-coverage": "lcov-result-merger \"coverage/*.info\" \"coverage/lcov.info\"",
|
193 | 193 | "sscce": "env-cmd $npm_package_options_env_cmd node sscce.js",
|
194 | 194 | "sscce-mariadb": "cross-env DIALECT=mariadb npm run sscce",
|
|
197 | 197 | "sscce-sqlite": "cross-env DIALECT=sqlite npm run sscce",
|
198 | 198 | "sscce-mssql": "cross-env DIALECT=mssql npm run sscce",
|
199 | 199 | "setup-mssql": "env-cmd $npm_package_options_env_cmd ./scripts/setup-mssql",
|
200 |
| - "semantic-release": "semantic-release" |
| 200 | + "//semantic-release": "semantic-release" |
201 | 201 | }
|
202 | 202 | }
|
0 commit comments