Skip to content

Commit

Permalink
update mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jan 15, 2014
1 parent 2cc8018 commit 50a1b67
Show file tree
Hide file tree
Showing 6 changed files with 499 additions and 193 deletions.
8 changes: 4 additions & 4 deletions test/mocha/.bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "1.14.0",
"version": "1.17.0",
"main": "mocha.js",
"ignore": [
"bin",
Expand All @@ -18,11 +18,11 @@
"package.json"
],
"homepage": "https://github.com/visionmedia/mocha",
"_release": "1.14.0",
"_release": "1.17.0",
"_resolution": {
"type": "version",
"tag": "1.14.0",
"commit": "10c65f379c4501269c83a719a04bd2fb0013f853"
"tag": "1.17.0",
"commit": "ffaa38d49d10d4a5efd8e8b67db2960c4731cdc3"
},
"_source": "git://github.com/visionmedia/mocha.git",
"_target": ">=1.13.0",
Expand Down
55 changes: 55 additions & 0 deletions test/mocha/History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
1.17.0 / 2014-01-09
==================

* add: able to require globals (describe, it, etc.) through mocha (#1077)
* fix: abort previous run on --watch change (#1100)
* fix: reset context for each --watch triggered run (#1099)
* fix: error when cli can't resolve path or pattern (#799)
* fix: canonicalize objects before stringifying and diffing them (#1079)
* fix: make CR call behave like carriage return for non tty (#1087)


1.16.2 / 2013-12-23
==================

* fix: couple issues with ie 8 (#1082, #1081)
* fix: issue running the xunit reporter in browsers (#1068)
* fix: issue with firefox < 3.5 (#725)


1.16.1 / 2013-12-19
==================

* fix: recompiled for missed changes from the last release


1.16.0 / 2013-12-19
==================

* add: Runnable.globals(arr) for per test global whitelist (#1046)
* add: mocha.throwError(err) for assertion libs to call (#985)
* remove: --watch's spinner (#806)
* fix: duplicate test output for multi-line specs in spec reporter (#1006)
* fix: gracefully exit on SIGINT (#1063)
* fix expose the specified ui only in the browser (#984)
* fix: ensure process exit code is preserved when using --no-exit (#1059)
* fix: return true from window.onerror handler (#868)
* fix: xunit reporter to use process.stdout.write (#1068)
* fix: utils.clean(str) indentation (#761)
* fix: xunit reporter returning test duration a NaN (#1039)

1.15.1 / 2013-12-03
==================

* fix: recompiled for missed changes from the last release

1.15.0 / 2013-12-02
==================

* add: `--no-exit` to prevent `process.exit()` (#1018)
* fix: using inline diffs (#1044)
* fix: show pending test details in xunit reporter (#1051)
* fix: faster global leak detection (#1024)
* fix: yui compression (#1035)
* fix: wrapping long lines in test results (#1030, #1031)
* fix: handle errors in hooks (#1043)

1.14.0 / 2013-11-02
==================
Expand Down
258 changes: 153 additions & 105 deletions test/mocha/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,112 +9,160 @@
```
project : mocha
repo age : 1 year, 7 months
active : 272 days
commits : 1116
files : 123
repo age : 2 years, 4 months ago
commits : 1314
active : 372 days
files : 141
authors :
504 TJ Holowaychuk 45.2%
389 Tj Holowaychuk 34.9%
31 Guillermo Rauch 2.8%
13 Attila Domokos 1.2%
9 John Firebaugh 0.8%
8 Jo Liss 0.7%
7 Nathan Rajlich 0.6%
6 James Carr 0.5%
6 Brendan Nee 0.5%
5 Aaron Heckmann 0.4%
4 hokaccha 0.4%
4 Xavier Antoviaque 0.4%
4 Joshua Krall 0.4%
3 Wil Moore III 0.3%
3 Jesse Dailey 0.3%
3 Nathan Bowser 0.3%
3 Tyson Tate 0.3%
3 Cory Thomas 0.3%
3 Ryunosuke SATO 0.3%
3 Paul Miller 0.3%
3 Ben Lindsey 0.3%
2 Forbes Lindesay 0.2%
2 Konstantin Käfer 0.2%
2 Brian Beck 0.2%
2 Merrick Christensen 0.2%
2 Michael Riley 0.2%
2 David Henderson 0.2%
2 Nathan Alderson 0.2%
2 Paul Armstrong 0.2%
2 Pete Hawkins 0.2%
2 Quang Van 0.2%
2 Raynos 0.2%
2 Jonas Westerlund 0.2%
2 Domenic Denicola 0.2%
2 Shawn Krisman 0.2%
2 Simon Gaeremynck 0.2%
2 FARKAS Máté 0.2%
2 Timo Tijhof 0.2%
2 Justin DuJardin 0.2%
2 Juzer Ali 0.2%
2 Ian Storm Taylor 0.2%
2 Arian Stolwijk 0.2%
2 domenic 0.2%
1 Richard Dingwall 0.1%
1 Russ Bradberry 0.1%
1 Sasha Koss 0.1%
1 Seiya Konno 0.1%
1 Standa Opichal 0.1%
1 Steve Mason 0.1%
1 Will Langstroth 0.1%
1 Yanis Wang 0.1%
1 Yuest Wang 0.1%
1 abrkn 0.1%
1 airportyh 0.1%
1 fengmk2 0.1%
1 [email protected] 0.1%
1 traleig1 0.1%
1 vlad 0.1%
1 yuitest 0.1%
1 Adam Crabtree 0.1%
1 Andreas Brekken 0.1%
1 Atsuya Takagi 0.1%
1 Austin Birch 0.1%
1 Bjørge Næss 0.1%
1 Brian Moore 0.1%
1 Bryan Donovan 0.1%
1 Casey Foster 0.1%
1 Corey Butler 0.1%
1 Dave McKenna 0.1%
1 Fedor Indutny 0.1%
1 Florian Margaine 0.1%
1 Frederico Silva 0.1%
1 Fredrik Lindin 0.1%
1 Gareth Murphy 0.1%
1 Gavin Mogan 0.1%
1 Greg Perkins 0.1%
1 Harry Brundage 0.1%
1 Herman Junge 0.1%
1 Ian Young 0.1%
1 Ivan 0.1%
1 Jaakko Salonen 0.1%
1 Jakub Nešetřil 0.1%
1 James Bowes 0.1%
1 James Lal 0.1%
1 Jason Barry 0.1%
1 Javier Aranda 0.1%
1 Jeff Kunkle 0.1%
1 Jonathan Creamer 0.1%
1 Jussi Virtanen 0.1%
1 Katie Gengler 0.1%
1 Kazuhito Hokamura 0.1%
1 Koen Punt 0.1%
1 Laszlo Bacsi 0.1%
1 László Bácsi 0.1%
1 Maciej Małecki 0.1%
1 Matt Robenolt 0.1%
1 Matt Smith 0.1%
1 Matthew Shanley 0.1%
1 Michael Schoonmaker 0.1%
1 Phil Sung 0.1%
1 R56 0.1%
582 TJ Holowaychuk 44.3%
389 Tj Holowaychuk 29.6%
46 Travis Jeffery 3.5%
31 Guillermo Rauch 2.4%
13 Attila Domokos 1.0%
10 John Firebaugh 0.8%
8 Jo Liss 0.6%
7 Nathan Rajlich 0.5%
6 Mike Pennisi 0.5%
6 James Carr 0.5%
6 Brendan Nee 0.5%
5 Aaron Heckmann 0.4%
5 Ryunosuke SATO 0.4%
4 hokaccha 0.3%
4 Joshua Krall 0.3%
4 Xavier Antoviaque 0.3%
3 Jesse Dailey 0.2%
3 Forbes Lindesay 0.2%
3 Sindre Sorhus 0.2%
3 Cory Thomas 0.2%
3 Fredrik Enestad 0.2%
3 Ben Lindsey 0.2%
3 Tyson Tate 0.2%
3 Mathieu Desvé 0.2%
3 Valentin Agachi 0.2%
3 Wil Moore III 0.2%
3 Merrick Christensen 0.2%
3 eiji.ienaga 0.2%
3 fool2fish 0.2%
3 Nathan Bowser 0.2%
3 Paul Miller 0.2%
2 Juzer Ali 0.2%
2 Pete Hawkins 0.2%
2 Jonas Westerlund 0.2%
2 Arian Stolwijk 0.2%
2 Quang Van 0.2%
2 Glen Mailer 0.2%
2 Justin DuJardin 0.2%
2 FARKAS Máté 0.2%
2 Raynos 0.2%
2 Michael Riley 0.2%
2 Michael Schoonmaker 0.2%
2 Domenic Denicola 0.2%
2 Simon Gaeremynck 0.2%
2 Konstantin Käfer 0.2%
2 domenic 0.2%
2 Paul Armstrong 0.2%
2 fcrisci 0.2%
2 Alexander Early 0.2%
2 Shawn Krisman 0.2%
2 Brian Beck 0.2%
2 Nathan Alderson 0.2%
2 David Henderson 0.2%
2 Timo Tijhof 0.2%
2 Ian Storm Taylor 0.2%
2 travis jeffery 0.2%
1 Matt Smith 0.1%
1 Matthew Shanley 0.1%
1 Nathan Black 0.1%
1 Phil Sung 0.1%
1 R56 0.1%
1 Refael Ackermann 0.1%
1 Richard Dingwall 0.1%
1 Romain Prieto 0.1%
1 Roman Neuhauser 0.1%
1 Roman Shtylman 0.1%
1 Russ Bradberry 0.1%
1 Russell Munson 0.1%
1 Rustem Mustafin 0.1%
1 Salehen Shovon Rahman 0.1%
1 Sasha Koss 0.1%
1 Seiya Konno 0.1%
1 Simon Goumaz 0.1%
1 Standa Opichal 0.1%
1 Stephen Mathieson 0.1%
1 Steve Mason 0.1%
1 Tapiwa Kelvin 0.1%
1 Teddy Zeenny 0.1%
1 Tim Ehat 0.1%
1 Vadim Nikitin 0.1%
1 Victor Costan 0.1%
1 Will Langstroth 0.1%
1 Yanis Wang 0.1%
1 Yuest Wang 0.1%
1 abrkn 0.1%
1 airportyh 0.1%
1 badunk 0.1%
1 fengmk2 0.1%
1 grasGendarme 0.1%
1 lodr 0.1%
1 [email protected] 0.1%
1 traleig1 0.1%
1 vlad 0.1%
1 yuitest 0.1%
1 Adam Crabtree 0.1%
1 Andreas Brekken 0.1%
1 Andreas Lind Petersen 0.1%
1 Andrew Nesbitt 0.1%
1 Andrey Popp 0.1%
1 Arnaud Brousseau 0.1%
1 Atsuya Takagi 0.1%
1 Austin Birch 0.1%
1 Bjørge Næss 0.1%
1 Brian Lalor 0.1%
1 Brian M. Carlson 0.1%
1 Brian Moore 0.1%
1 Bryan Donovan 0.1%
1 Casey Foster 0.1%
1 ChrisWren 0.1%
1 Corey Butler 0.1%
1 Daniel Stockman 0.1%
1 Dave McKenna 0.1%
1 Di Wu 0.1%
1 Dmitry Shirokov 0.1%
1 Fedor Indutny 0.1%
1 Florian Margaine 0.1%
1 Frederico Silva 0.1%
1 Fredrik Lindin 0.1%
1 Gareth Murphy 0.1%
1 Gavin Mogan 0.1%
1 Glen Huang 0.1%
1 Greg Perkins 0.1%
1 Harry Brundage 0.1%
1 Herman Junge 0.1%
1 Ian Young 0.1%
1 Ivan 0.1%
1 JP Bochi 0.1%
1 Jaakko Salonen 0.1%
1 Jakub Nešetřil 0.1%
1 James Bowes 0.1%
1 James Lal 0.1%
1 Jason Barry 0.1%
1 Javier Aranda 0.1%
1 Jeff Kunkle 0.1%
1 Jeremy Martin 0.1%
1 Jimmy Cuadra 0.1%
1 Jonathan Creamer 0.1%
1 Jussi Virtanen 0.1%
1 Katie Gengler 0.1%
1 Kazuhito Hokamura 0.1%
1 Kirill Korolyov 0.1%
1 Koen Punt 0.1%
1 Laszlo Bacsi 0.1%
1 Liam Newman 0.1%
1 László Bácsi 0.1%
1 Maciej Małecki 0.1%
1 Mal Graty 0.1%
1 Marc Kuo 0.1%
1 Matt Robenolt 0.1%
```

## Links
Expand Down
4 changes: 2 additions & 2 deletions test/mocha/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "1.12.0",
"version": "1.17.0",
"main": "mocha.js",
"ignore": [
"bin",
Expand All @@ -17,4 +17,4 @@
"Makefile",
"package.json"
]
}
}
Loading

0 comments on commit 50a1b67

Please sign in to comment.