erisu commented on a change in pull request #83: OSX Platform Release
Preparation (Cordova 9)
URL: https://github.com/apache/cordova-osx/pull/83#discussion_r248160378
##########
File path: package.json
##########
@@ -15,8 +18,7 @@
"cordova:platform"
],
"scripts": {
- "cover": "npm run test:coverage",
- "test": "npm run eslint && npm run test:component && npm run test:objc",
+ "test": "npm run eslint && npm run test:coverage",
Review comment:
Yes, I dropped it intentionally. `test:coverage` runs this config file.
https://github.com/apache/cordova-osx/blob/01b31dc9a01321ee5aeba781448cb7359b440ca2/tests/spec/coverage.json
It covers both component and objc tests.
```
"component/**/*[sS]pec.js",
"objc/**/*[sS]pec.js"
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]