[Pkg-javascript-commits] [node-mocha] branch upstream updated (3a21037 -> ef62083)

Leo Iannacone l3on-guest at moszumanska.debian.org
Wed Oct 15 18:03:16 UTC 2014


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

l3on-guest pushed a change to branch upstream
in repository node-mocha.

      from  3a21037   Imported Upstream version 1.20.1
       new  739f5fe   Imported Upstream version 1.21.4
       new  ef62083   Imported Upstream version 1.21.5

The 2 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                           |   6 +-
 History.md                            |  59 ++++-
 Makefile                              |  36 ++-
 Readme.md                             | 337 +++++++++++++-----------
 bin/_mocha                            | 106 +++-----
 bin/mocha                             |   5 +
 bower.json                            |   2 +-
 component.json                        |   2 +-
 lib/browser/escape-string-regexp.js   |  11 +
 lib/browser/{fs.js => glob.js}        |   0
 lib/context.js                        |  15 ++
 lib/interfaces/bdd.js                 |   7 +-
 lib/interfaces/exports.js             |   2 +-
 lib/interfaces/qunit.js               |   3 +-
 lib/interfaces/tdd.js                 |   7 +-
 lib/mocha.js                          |  45 +++-
 lib/ms.js                             |   2 +-
 lib/reporters/base.js                 |  54 +---
 lib/reporters/doc.js                  |   7 +
 lib/reporters/dot.js                  |   5 +-
 lib/reporters/json-cov.js             |   2 +-
 lib/reporters/json.js                 |  24 +-
 lib/reporters/nyan.js                 |   2 +-
 lib/reporters/progress.js             |  10 +-
 lib/reporters/templates/coverage.jade |   3 +-
 lib/reporters/xunit.js                |   3 +-
 lib/runnable.js                       |  41 ++-
 lib/runner.js                         |  23 +-
 lib/suite.js                          |  24 ++
 lib/utils.js                          | 123 +++++++--
 mocha.js                              | 483 ++++++++++++++++++++++++++--------
 package.json                          |  26 +-
 support/compile.js                    |  14 +-
 support/tail.js                       |  14 +-
 test/acceptance/context.js            |   6 +
 test/acceptance/diffs.js              |   7 +
 test/acceptance/failing/timeout.js    |  17 ++
 test/acceptance/timeout.js            |  59 +++++
 test/acceptance/utils.js              |  63 ++++-
 test/regression/issue1327/case.js     |  14 +
 test/regression/issue1327/control.js  |  10 +
 test/reporters/base.js                |  68 +++++
 test/reporters/json.js                |  62 +++++
 test/runnable.js                      |  81 ++++++
 44 files changed, 1430 insertions(+), 460 deletions(-)
 create mode 100644 lib/browser/escape-string-regexp.js
 copy lib/browser/{fs.js => glob.js} (100%)
 create mode 100644 test/acceptance/failing/timeout.js
 create mode 100644 test/regression/issue1327/case.js
 create mode 100644 test/regression/issue1327/control.js
 create mode 100644 test/reporters/base.js
 create mode 100644 test/reporters/json.js

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



More information about the Pkg-javascript-commits mailing list