Skip to content

Commit 50a1b67

Browse files
committed
update mocha
1 parent 2cc8018 commit 50a1b67

6 files changed

Lines changed: 499 additions & 193 deletions

File tree

test/mocha/.bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "1.14.0",
3+
"version": "1.17.0",
44
"main": "mocha.js",
55
"ignore": [
66
"bin",
@@ -18,11 +18,11 @@
1818
"package.json"
1919
],
2020
"homepage": "https://github.com/visionmedia/mocha",
21-
"_release": "1.14.0",
21+
"_release": "1.17.0",
2222
"_resolution": {
2323
"type": "version",
24-
"tag": "1.14.0",
25-
"commit": "10c65f379c4501269c83a719a04bd2fb0013f853"
24+
"tag": "1.17.0",
25+
"commit": "ffaa38d49d10d4a5efd8e8b67db2960c4731cdc3"
2626
},
2727
"_source": "git://github.com/visionmedia/mocha.git",
2828
"_target": ">=1.13.0",

test/mocha/History.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
1.17.0 / 2014-01-09
2+
==================
3+
4+
* add: able to require globals (describe, it, etc.) through mocha (#1077)
5+
* fix: abort previous run on --watch change (#1100)
6+
* fix: reset context for each --watch triggered run (#1099)
7+
* fix: error when cli can't resolve path or pattern (#799)
8+
* fix: canonicalize objects before stringifying and diffing them (#1079)
9+
* fix: make CR call behave like carriage return for non tty (#1087)
10+
11+
12+
1.16.2 / 2013-12-23
13+
==================
14+
15+
* fix: couple issues with ie 8 (#1082, #1081)
16+
* fix: issue running the xunit reporter in browsers (#1068)
17+
* fix: issue with firefox < 3.5 (#725)
18+
19+
20+
1.16.1 / 2013-12-19
21+
==================
22+
23+
* fix: recompiled for missed changes from the last release
24+
25+
26+
1.16.0 / 2013-12-19
27+
==================
28+
29+
* add: Runnable.globals(arr) for per test global whitelist (#1046)
30+
* add: mocha.throwError(err) for assertion libs to call (#985)
31+
* remove: --watch's spinner (#806)
32+
* fix: duplicate test output for multi-line specs in spec reporter (#1006)
33+
* fix: gracefully exit on SIGINT (#1063)
34+
* fix expose the specified ui only in the browser (#984)
35+
* fix: ensure process exit code is preserved when using --no-exit (#1059)
36+
* fix: return true from window.onerror handler (#868)
37+
* fix: xunit reporter to use process.stdout.write (#1068)
38+
* fix: utils.clean(str) indentation (#761)
39+
* fix: xunit reporter returning test duration a NaN (#1039)
40+
41+
1.15.1 / 2013-12-03
42+
==================
43+
44+
* fix: recompiled for missed changes from the last release
45+
46+
1.15.0 / 2013-12-02
47+
==================
48+
49+
* add: `--no-exit` to prevent `process.exit()` (#1018)
50+
* fix: using inline diffs (#1044)
51+
* fix: show pending test details in xunit reporter (#1051)
52+
* fix: faster global leak detection (#1024)
53+
* fix: yui compression (#1035)
54+
* fix: wrapping long lines in test results (#1030, #1031)
55+
* fix: handle errors in hooks (#1043)
156

257
1.14.0 / 2013-11-02
358
==================

test/mocha/Readme.md

Lines changed: 153 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -9,112 +9,160 @@
99
```
1010
1111
project : mocha
12-
repo age : 1 year, 7 months
13-
active : 272 days
14-
commits : 1116
15-
files : 123
12+
repo age : 2 years, 4 months ago
13+
commits : 1314
14+
active : 372 days
15+
files : 141
1616
authors :
17-
504 TJ Holowaychuk 45.2%
18-
389 Tj Holowaychuk 34.9%
19-
31 Guillermo Rauch 2.8%
20-
13 Attila Domokos 1.2%
21-
9 John Firebaugh 0.8%
22-
8 Jo Liss 0.7%
23-
7 Nathan Rajlich 0.6%
24-
6 James Carr 0.5%
25-
6 Brendan Nee 0.5%
26-
5 Aaron Heckmann 0.4%
27-
4 hokaccha 0.4%
28-
4 Xavier Antoviaque 0.4%
29-
4 Joshua Krall 0.4%
30-
3 Wil Moore III 0.3%
31-
3 Jesse Dailey 0.3%
32-
3 Nathan Bowser 0.3%
33-
3 Tyson Tate 0.3%
34-
3 Cory Thomas 0.3%
35-
3 Ryunosuke SATO 0.3%
36-
3 Paul Miller 0.3%
37-
3 Ben Lindsey 0.3%
38-
2 Forbes Lindesay 0.2%
39-
2 Konstantin Käfer 0.2%
40-
2 Brian Beck 0.2%
41-
2 Merrick Christensen 0.2%
42-
2 Michael Riley 0.2%
43-
2 David Henderson 0.2%
44-
2 Nathan Alderson 0.2%
45-
2 Paul Armstrong 0.2%
46-
2 Pete Hawkins 0.2%
47-
2 Quang Van 0.2%
48-
2 Raynos 0.2%
49-
2 Jonas Westerlund 0.2%
50-
2 Domenic Denicola 0.2%
51-
2 Shawn Krisman 0.2%
52-
2 Simon Gaeremynck 0.2%
53-
2 FARKAS Máté 0.2%
54-
2 Timo Tijhof 0.2%
55-
2 Justin DuJardin 0.2%
56-
2 Juzer Ali 0.2%
57-
2 Ian Storm Taylor 0.2%
58-
2 Arian Stolwijk 0.2%
59-
2 domenic 0.2%
60-
1 Richard Dingwall 0.1%
61-
1 Russ Bradberry 0.1%
62-
1 Sasha Koss 0.1%
63-
1 Seiya Konno 0.1%
64-
1 Standa Opichal 0.1%
65-
1 Steve Mason 0.1%
66-
1 Will Langstroth 0.1%
67-
1 Yanis Wang 0.1%
68-
1 Yuest Wang 0.1%
69-
1 abrkn 0.1%
70-
1 airportyh 0.1%
71-
1 fengmk2 0.1%
72-
1 tgautier@yahoo.com 0.1%
73-
1 traleig1 0.1%
74-
1 vlad 0.1%
75-
1 yuitest 0.1%
76-
1 Adam Crabtree 0.1%
77-
1 Andreas Brekken 0.1%
78-
1 Atsuya Takagi 0.1%
79-
1 Austin Birch 0.1%
80-
1 Bjørge Næss 0.1%
81-
1 Brian Moore 0.1%
82-
1 Bryan Donovan 0.1%
83-
1 Casey Foster 0.1%
84-
1 Corey Butler 0.1%
85-
1 Dave McKenna 0.1%
86-
1 Fedor Indutny 0.1%
87-
1 Florian Margaine 0.1%
88-
1 Frederico Silva 0.1%
89-
1 Fredrik Lindin 0.1%
90-
1 Gareth Murphy 0.1%
91-
1 Gavin Mogan 0.1%
92-
1 Greg Perkins 0.1%
93-
1 Harry Brundage 0.1%
94-
1 Herman Junge 0.1%
95-
1 Ian Young 0.1%
96-
1 Ivan 0.1%
97-
1 Jaakko Salonen 0.1%
98-
1 Jakub Nešetřil 0.1%
99-
1 James Bowes 0.1%
100-
1 James Lal 0.1%
101-
1 Jason Barry 0.1%
102-
1 Javier Aranda 0.1%
103-
1 Jeff Kunkle 0.1%
104-
1 Jonathan Creamer 0.1%
105-
1 Jussi Virtanen 0.1%
106-
1 Katie Gengler 0.1%
107-
1 Kazuhito Hokamura 0.1%
108-
1 Koen Punt 0.1%
109-
1 Laszlo Bacsi 0.1%
110-
1 László Bácsi 0.1%
111-
1 Maciej Małecki 0.1%
112-
1 Matt Robenolt 0.1%
113-
1 Matt Smith 0.1%
114-
1 Matthew Shanley 0.1%
115-
1 Michael Schoonmaker 0.1%
116-
1 Phil Sung 0.1%
117-
1 R56 0.1%
17+
582 TJ Holowaychuk 44.3%
18+
389 Tj Holowaychuk 29.6%
19+
46 Travis Jeffery 3.5%
20+
31 Guillermo Rauch 2.4%
21+
13 Attila Domokos 1.0%
22+
10 John Firebaugh 0.8%
23+
8 Jo Liss 0.6%
24+
7 Nathan Rajlich 0.5%
25+
6 Mike Pennisi 0.5%
26+
6 James Carr 0.5%
27+
6 Brendan Nee 0.5%
28+
5 Aaron Heckmann 0.4%
29+
5 Ryunosuke SATO 0.4%
30+
4 hokaccha 0.3%
31+
4 Joshua Krall 0.3%
32+
4 Xavier Antoviaque 0.3%
33+
3 Jesse Dailey 0.2%
34+
3 Forbes Lindesay 0.2%
35+
3 Sindre Sorhus 0.2%
36+
3 Cory Thomas 0.2%
37+
3 Fredrik Enestad 0.2%
38+
3 Ben Lindsey 0.2%
39+
3 Tyson Tate 0.2%
40+
3 Mathieu Desvé 0.2%
41+
3 Valentin Agachi 0.2%
42+
3 Wil Moore III 0.2%
43+
3 Merrick Christensen 0.2%
44+
3 eiji.ienaga 0.2%
45+
3 fool2fish 0.2%
46+
3 Nathan Bowser 0.2%
47+
3 Paul Miller 0.2%
48+
2 Juzer Ali 0.2%
49+
2 Pete Hawkins 0.2%
50+
2 Jonas Westerlund 0.2%
51+
2 Arian Stolwijk 0.2%
52+
2 Quang Van 0.2%
53+
2 Glen Mailer 0.2%
54+
2 Justin DuJardin 0.2%
55+
2 FARKAS Máté 0.2%
56+
2 Raynos 0.2%
57+
2 Michael Riley 0.2%
58+
2 Michael Schoonmaker 0.2%
59+
2 Domenic Denicola 0.2%
60+
2 Simon Gaeremynck 0.2%
61+
2 Konstantin Käfer 0.2%
62+
2 domenic 0.2%
63+
2 Paul Armstrong 0.2%
64+
2 fcrisci 0.2%
65+
2 Alexander Early 0.2%
66+
2 Shawn Krisman 0.2%
67+
2 Brian Beck 0.2%
68+
2 Nathan Alderson 0.2%
69+
2 David Henderson 0.2%
70+
2 Timo Tijhof 0.2%
71+
2 Ian Storm Taylor 0.2%
72+
2 travis jeffery 0.2%
73+
1 Matt Smith 0.1%
74+
1 Matthew Shanley 0.1%
75+
1 Nathan Black 0.1%
76+
1 Phil Sung 0.1%
77+
1 R56 0.1%
78+
1 Refael Ackermann 0.1%
79+
1 Richard Dingwall 0.1%
80+
1 Romain Prieto 0.1%
81+
1 Roman Neuhauser 0.1%
82+
1 Roman Shtylman 0.1%
83+
1 Russ Bradberry 0.1%
84+
1 Russell Munson 0.1%
85+
1 Rustem Mustafin 0.1%
86+
1 Salehen Shovon Rahman 0.1%
87+
1 Sasha Koss 0.1%
88+
1 Seiya Konno 0.1%
89+
1 Simon Goumaz 0.1%
90+
1 Standa Opichal 0.1%
91+
1 Stephen Mathieson 0.1%
92+
1 Steve Mason 0.1%
93+
1 Tapiwa Kelvin 0.1%
94+
1 Teddy Zeenny 0.1%
95+
1 Tim Ehat 0.1%
96+
1 Vadim Nikitin 0.1%
97+
1 Victor Costan 0.1%
98+
1 Will Langstroth 0.1%
99+
1 Yanis Wang 0.1%
100+
1 Yuest Wang 0.1%
101+
1 abrkn 0.1%
102+
1 airportyh 0.1%
103+
1 badunk 0.1%
104+
1 fengmk2 0.1%
105+
1 grasGendarme 0.1%
106+
1 lodr 0.1%
107+
1 tgautier@yahoo.com 0.1%
108+
1 traleig1 0.1%
109+
1 vlad 0.1%
110+
1 yuitest 0.1%
111+
1 Adam Crabtree 0.1%
112+
1 Andreas Brekken 0.1%
113+
1 Andreas Lind Petersen 0.1%
114+
1 Andrew Nesbitt 0.1%
115+
1 Andrey Popp 0.1%
116+
1 Arnaud Brousseau 0.1%
117+
1 Atsuya Takagi 0.1%
118+
1 Austin Birch 0.1%
119+
1 Bjørge Næss 0.1%
120+
1 Brian Lalor 0.1%
121+
1 Brian M. Carlson 0.1%
122+
1 Brian Moore 0.1%
123+
1 Bryan Donovan 0.1%
124+
1 Casey Foster 0.1%
125+
1 ChrisWren 0.1%
126+
1 Corey Butler 0.1%
127+
1 Daniel Stockman 0.1%
128+
1 Dave McKenna 0.1%
129+
1 Di Wu 0.1%
130+
1 Dmitry Shirokov 0.1%
131+
1 Fedor Indutny 0.1%
132+
1 Florian Margaine 0.1%
133+
1 Frederico Silva 0.1%
134+
1 Fredrik Lindin 0.1%
135+
1 Gareth Murphy 0.1%
136+
1 Gavin Mogan 0.1%
137+
1 Glen Huang 0.1%
138+
1 Greg Perkins 0.1%
139+
1 Harry Brundage 0.1%
140+
1 Herman Junge 0.1%
141+
1 Ian Young 0.1%
142+
1 Ivan 0.1%
143+
1 JP Bochi 0.1%
144+
1 Jaakko Salonen 0.1%
145+
1 Jakub Nešetřil 0.1%
146+
1 James Bowes 0.1%
147+
1 James Lal 0.1%
148+
1 Jason Barry 0.1%
149+
1 Javier Aranda 0.1%
150+
1 Jeff Kunkle 0.1%
151+
1 Jeremy Martin 0.1%
152+
1 Jimmy Cuadra 0.1%
153+
1 Jonathan Creamer 0.1%
154+
1 Jussi Virtanen 0.1%
155+
1 Katie Gengler 0.1%
156+
1 Kazuhito Hokamura 0.1%
157+
1 Kirill Korolyov 0.1%
158+
1 Koen Punt 0.1%
159+
1 Laszlo Bacsi 0.1%
160+
1 Liam Newman 0.1%
161+
1 László Bácsi 0.1%
162+
1 Maciej Małecki 0.1%
163+
1 Mal Graty 0.1%
164+
1 Marc Kuo 0.1%
165+
1 Matt Robenolt 0.1%
118166
```
119167

120168
## Links

test/mocha/bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "1.12.0",
3+
"version": "1.17.0",
44
"main": "mocha.js",
55
"ignore": [
66
"bin",
@@ -17,4 +17,4 @@
1717
"Makefile",
1818
"package.json"
1919
]
20-
}
20+
}

0 commit comments

Comments
 (0)