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

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


    from 7e40c45  Update node versions for CI and drop support for node 4 (#12)
     add 357aa2d  Fix then-chain formatting
     add 8943e1f  Remove dead code to handle missing cordova-app-hello-world
     add 74ec36a  Remove dead code to update .cordova/config.json
     add cc488e4  Fix error shadowing on failed fetch
     add eb834b0  Initialize vars on declaration
     add 75f5ac7  Move TODO comment to more appropriate place
     add 0ff98e3  Remove outdated TODO comment
     add 9c8fc61  Cleanup stock asset fallback handling
     add f868346  Avoid manual promise wrapping
     add 89e05ae  Group imports
     add 615a5f7  Remove defaults assignment to unused config keys
     add af1e781  Simplify default structure creation
     add 6b06381  DRY default version
     add 56cdf84  Remove tautology in condition
     add 7ed5bfb  Use import-fresh package to require w/out cache
     add 1abda7d  Use import-fresh in tests too
     add d34c65c  Group imports in spec
     add 9dc360d  Disable regular console output during tests
     add e4d99a4  Remove unused test helpers
     add 391fbb6  Use is-url package to replace isUrl
     add 1f44163  Use os.homedir to get home dir
     add 2d134f1  Fix location of verbose log
     add e64a96f  Remove unnecessary assignment
     add b91c10d  Update dependencies
     add b00c1a4  Let Jasmine detect when async tests are done
     add 8169cad  Use Promise API instead of Q API
     add 1e4a815  Use default timeout of 5s for all tests that don't use the 
network
     add 342b2b8  Mark link tests on Windows as pending, not passed
     add 12c99c9  Remove nonsense comments in tests
     add 4f4987e  Move configs to corresponding test cases
     add 1eaf74d  Use global fixtures for invalid-ID tests too
     add e0fb9d7  Use os.homedir to get home dir in tests
     add 47bff31  Fix invalid-ID tests so they fail if no error is thrown
     add 6a864a3  Mock out fetch for robust and faster tests
     add 102ad58  Rework npm fetch test to make it faster and less involved
     add d121a25  Improve test coverage
     add 5ca44a5  Move new test helpers to spec/helpers.js
     add 495fe49  Remove unused config key `version` in tests
     add 403b9f5  Use nicer and unique tmpDir name for tests
     new 5435b9a  Merge pull request #13 from raphinesse/cleanup

The 1 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:
 index.js            | 171 ++++++--------------
 package.json        |  16 +-
 spec/create.spec.js | 447 ++++++++++++++++++++++++----------------------------
 spec/helpers.js     | 166 ++++++-------------
 4 files changed, 312 insertions(+), 488 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ste...@apache.org.

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

Reply via email to