[Pkg-javascript-commits] [node-chai] branch upstream updated (72b451d -> 37f2533)

Sruthi Chandran srud-guest at moszumanska.debian.org
Thu Oct 26 16:53:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

srud-guest pushed a change to branch upstream
in repository node-chai.

      from  72b451d   New upstream version 3.5.0+dfsg
       new  37f2533   New upstream version 4.1.2+dfsg

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


Summary of changes:
 .travis.yml                                       |    8 +-
 CODEOWNERS                                        |    1 +
 CODE_OF_CONDUCT.md                                |    2 +-
 CONTRIBUTING.md                                   |    4 +
 LICENSE                                           |   21 +
 README.md                                         |  215 +-
 karma.conf.js                                     |    2 +-
 karma.sauce.js                                    |    4 +-
 lib/chai.js                                       |   11 +-
 lib/chai/assertion.js                             |   44 +-
 lib/chai/config.js                                |   43 +-
 lib/chai/core/assertions.js                       | 3329 ++++++++++++++++-----
 lib/chai/interface/assert.js                      | 2055 +++++++++++--
 lib/chai/interface/expect.js                      |    2 +-
 lib/chai/interface/should.js                      |    7 +-
 lib/chai/utils/addChainableMethod.js              |   88 +-
 lib/chai/utils/addLengthGuard.js                  |   62 +
 lib/chai/utils/addMethod.js                       |   42 +-
 lib/chai/utils/addProperty.js                     |   40 +-
 lib/chai/utils/compareByInspect.js                |   31 +
 lib/chai/utils/expectTypes.js                     |   21 +-
 lib/chai/utils/flag.js                            |    4 +-
 lib/chai/utils/getActual.js                       |    6 +-
 lib/chai/utils/getMessage.js                      |    2 +-
 lib/chai/utils/getName.js                         |   22 -
 lib/chai/utils/getOwnEnumerableProperties.js      |   29 +
 lib/chai/utils/getOwnEnumerablePropertySymbols.js |   27 +
 lib/chai/utils/getPathInfo.js                     |  111 -
 lib/chai/utils/getPathValue.js                    |   43 -
 lib/chai/utils/hasProperty.js                     |   64 -
 lib/chai/utils/index.js                           |   64 +-
 lib/chai/utils/inspect.js                         |   78 +-
 lib/chai/utils/isNaN.js                           |   26 +
 lib/chai/utils/isProxyEnabled.js                  |   24 +
 lib/chai/utils/objDisplay.js                      |    4 +-
 lib/chai/utils/overwriteChainableMethod.js        |   33 +-
 lib/chai/utils/overwriteMethod.js                 |   50 +-
 lib/chai/utils/overwriteProperty.js               |   45 +-
 lib/chai/utils/proxify.js                         |  125 +
 lib/chai/utils/test.js                            |    4 +-
 lib/chai/utils/transferFlags.js                   |   10 +-
 package.json                                      |   27 +-
 register-assert.js                                |    1 +
 register-expect.js                                |    1 +
 register-should.js                                |    1 +
 sauce.browsers.js                                 |   65 +-
 test/assert.js                                    | 2216 ++++++++++++--
 test/bootstrap/index.js                           |   65 +-
 test/bootstrap/karma.js                           |   16 -
 test/configuration.js                             |  764 ++++-
 test/expect.js                                    | 2768 +++++++++++++++--
 test/globalErr.js                                 |  185 ++
 test/plugins.js                                   |   16 +
 test/should.js                                    | 2083 ++++++++++++-
 test/utilities.js                                 | 1336 +++++++--
 55 files changed, 14026 insertions(+), 2321 deletions(-)
 create mode 100644 CODEOWNERS
 create mode 100644 LICENSE
 create mode 100644 lib/chai/utils/addLengthGuard.js
 create mode 100644 lib/chai/utils/compareByInspect.js
 delete mode 100644 lib/chai/utils/getName.js
 create mode 100644 lib/chai/utils/getOwnEnumerableProperties.js
 create mode 100644 lib/chai/utils/getOwnEnumerablePropertySymbols.js
 delete mode 100644 lib/chai/utils/getPathInfo.js
 delete mode 100644 lib/chai/utils/getPathValue.js
 delete mode 100644 lib/chai/utils/hasProperty.js
 create mode 100644 lib/chai/utils/isNaN.js
 create mode 100644 lib/chai/utils/isProxyEnabled.js
 create mode 100644 lib/chai/utils/proxify.js
 create mode 100644 register-assert.js
 create mode 100644 register-expect.js
 create mode 100644 register-should.js
 delete mode 100644 test/bootstrap/karma.js
 create mode 100644 test/globalErr.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-chai.git



More information about the Pkg-javascript-commits mailing list