You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by gl...@apache.org on 2020/02/13 12:53:52 UTC

[couchdb-nano] branch jest updated (c21d183 -> cbdd9b6)

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

glynnbird pushed a change to branch jest
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git.


    from c21d183  only support current versions of node
     add e86f3ca  const { URL } trick
     add adfee10  removed async from tests that return Promises
     add 588f9a8  another async test
     add cbdd9b6  reduce code duplication per @garrensmiths review

No new revisions were added by this update.

Summary of changes:
 lib/nano.js                               | 315 +++++++++---------------------
 test/attachment.destroy.test.js           |   2 +-
 test/attachment.get.test.js               |   2 +-
 test/attachment.getAsStream.test.js       |   2 +-
 test/attachment.insert.test.js            |   2 +-
 test/attachment.insertAsStream.test.js    |   2 +-
 test/database.changes.test.js             |   2 +-
 test/database.changesAsStream.test.js     |   4 +-
 test/database.compact.test.js             |   2 +-
 test/database.create.test.js              |   2 +-
 test/database.destroy.test.js             |   2 +-
 test/database.follow.test.js              |   2 +-
 test/database.get.test.js                 |   2 +-
 test/database.listAsStream.test.js        |   2 +-
 test/database.replicate.test.js           |   2 +-
 test/database.replication.disable.test.js |   2 +-
 test/database.replication.enable.test.js  |   2 +-
 test/database.replication.query.test.js   |   2 +-
 test/design.atomic.test.js                |   4 +-
 test/design.createIndex.test.js           |   2 +-
 test/design.find.test.js                  |   2 +-
 test/design.findAsStream.test.js          |   2 +-
 test/design.search.test.js                |   2 +-
 test/design.searchAsStream.test.js        |   2 +-
 test/design.show.test.js                  |   2 +-
 test/design.view.test.js                  |   2 +-
 test/design.viewAsStream.test.js          |   2 +-
 test/document.copy.test.js                |   4 +-
 test/document.destroy.test.js             |   2 +-
 test/document.fetch.test.js               |   2 +-
 test/document.fetchRevs.test.js           |   2 +-
 test/document.get.test.js                 |   2 +-
 test/document.head.test.js                |   4 +-
 test/document.listAsStream.test.js        |   2 +-
 test/multipart.get.test.js                |   2 +-
 test/multipart.insert.test.js             |   2 +-
 test/nano.request.test.js                 |   8 +-
 test/nano.timeout.test.js                 |   2 +-
 test/nano.uuids.test.js                   |   2 +-
 39 files changed, 140 insertions(+), 265 deletions(-)