You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by stevengill <gi...@git.apache.org> on 2017/01/11 01:01:44 UTC

[GitHub] cordova-cli pull request #265: CB-12018 : updated tests to function with jas...

Github user stevengill commented on a diff in the pull request:

    https://github.com/apache/cordova-cli/pull/265#discussion_r95493138
  
    --- Diff: spec/cli.spec.js ---
    @@ -134,11 +134,11 @@ describe("cordova cli", function () {
     
         describe("create", function () {
             beforeEach(function () {
    -            spyOn(cordova.raw, "create").andReturn(Q());
    -            spyOn(cordova_lib, "CordovaError");
    +            spyOn(cordova.raw, "create").and.returnValue(Q());
    +            // spyOn(cordova_lib, "CordovaError");
    --- End diff --
    
    do you remember why you commented this out? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org