[
https://issues.apache.org/jira/browse/CB-12018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15817483#comment-15817483
]
ASF GitHub Bot commented on CB-12018:
-------------------------------------
Github user vladimir-kotikov commented on a diff in the pull request:
https://github.com/apache/cordova-cli/pull/265#discussion_r95521991
--- Diff: package.json ---
@@ -11,8 +11,8 @@
"cordova": "./bin/cordova"
},
"scripts": {
- "test": "node node_modules/jasmine-node/bin/jasmine-node
--captureExceptions --color spec",
- "cover": "node node_modules/istanbul/lib/cli.js cover --root src
--print detail node_modules/jasmine-node/bin/jasmine-node -- spec"
+ "test": "jasmine --captureExceptions --color",
+ "cover": "jasmine"
--- End diff --
Does Jasmine generate coverage reports? Shouldn't this line be the same as
[in
apache/cordova-lib#510](https://github.com/apache/cordova-lib/pull/510/files#diff-cc6b3b84bb015909917e7c201a31f65aR23)
> Update tests to use jasmine instead of jasmine-node
> ---------------------------------------------------
>
> Key: CB-12018
> URL: https://issues.apache.org/jira/browse/CB-12018
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Android, CLI, CordovaCommon, CordovaJS, CordovaLib, iOS,
> Plugman
> Reporter: Steve Gill
> Assignee: Audrey So
> Labels: cordova-7.0.0
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]