[
https://issues.apache.org/jira/browse/CB-12018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15742730#comment-15742730
]
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_r92009821
--- Diff: package.json ---
@@ -11,7 +11,7 @@
"cordova": "./bin/cordova"
},
"scripts": {
- "test": "node node_modules/jasmine-node/bin/jasmine-node
--captureExceptions --color spec",
+ "test": "node node_modules/jasmine/bin/jasmine --captureExceptions
--color spec",
"cover": "node node_modules/istanbul/lib/cli.js cover --root src
--print detail node_modules/jasmine-node/bin/jasmine-node -- spec"
--- End diff --
@audreyso, looks like you'll also need to update `cover` command to use
jasmine inatead of jasmine-node
> 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: CLI, CordovaCommon, CordovaLib, Plugman
> Reporter: Steve Gill
> 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]