You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/02/19 02:54:48 UTC

[cordova-electron] branch master updated (47436f8 -> 14e42b6)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git.


    from 47436f8  Merge pull request #16 from erisu/enable-ci-testing-prep
     new 55f8399  Add Unit Test for Parser Class
     new e390b3c  Added Unit Tests for Handler Export
     new ee3c06e  Rename API Test Spec and Added Tests
     new 6d1dddf  Refactor Create Test Spec and Added Extra Coverage
     new 14e42b6  Merge pull request #17 from erisu/test-improvement

The 82 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/templates/cordova/handler.js         |   6 +-
 tests/spec/unit/Api.spec.js              | 324 ++++++++++++++++++++++++++
 tests/spec/unit/create.spec.js           |  52 ++++-
 tests/spec/unit/handler.spec.js          | 379 +++++++++++++++++++++++++++++--
 tests/spec/unit/projectApi.spec.js       | 115 ----------
 tests/spec/unit/templates/parser.spec.js | 237 +++++++++++++++++++
 6 files changed, 964 insertions(+), 149 deletions(-)
 create mode 100644 tests/spec/unit/Api.spec.js
 delete mode 100644 tests/spec/unit/projectApi.spec.js
 create mode 100644 tests/spec/unit/templates/parser.spec.js


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