Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mochajs/mocha

☕️ simple, flexible, fun javascript test framework for node.js & the browser
https://github.com/mochajs/mocha

fixed js error that occurred when attempting to "view source" on a pending test

633bb9e837d359d289877cf5295e11fbf468425d authored almost 13 years ago by vlad <[email protected]>
Improve error reporting when a test finishes after it has timed out.

589cf09827f618a31724b21ad723d19cfce99121 authored almost 13 years ago by Phil Sung <[email protected]>
Merge pull request #221 from adomokos/change_counter_for_errors

Changing the 0 based error counter to 1

d0fec25c8a1dbf24800828310de7d4bfe1a63832 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Changing the 0 based error number to 1

9b038f59b7a0c966e8398537016f05b819f8a7ce authored almost 13 years ago by Attila Domokos <[email protected]>
update should dev dep

06cb2b1fa3e89b10c2c954a08cf6bd0b06d7d6ac authored almost 13 years ago by Tj Holowaychuk <[email protected]>
commander 0.5.x dep

f0535e4d1b687eec63a6b2db38e301096d09edc7 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
inputFn expression -> fn statement

8946acc73b7127d5e6b9dc4523b9ab1560b9250d authored almost 13 years ago by Tj Holowaychuk <[email protected]>
testToAdd -> test

93912c59a286aa2a89956a1f81d99f454a108e9b authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge pull request #219 from adomokos/more_specs_for_suite

Completing the spec for suite.js

a072cb9fdff56c07cddc46188a106ca85720e628 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
ocd

cf768d772cdd31f42bf3a0e8fbfd269f238ca3f2 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Release 0.10.1

ef20c1d5ab3bdff5c1cfd97fec378c46ad199839 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge branch 'master' of github.com:visionmedia/mocha

a9fbf357cd7da6eb14c9c2fbd0f16e4f83747426 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Added support for node 0.7.x

da9022d6a26f6f28305af3305e488701e97a4d0e authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixing the spec description

27989183234b9fed38a50a55bb87a2665593bb2c authored almost 13 years ago by Attila Domokos <[email protected]>
Completing the spec for suite.js

cd5959e322168ccd115945a70af73d2d7747937d authored almost 13 years ago by Attila Domokos <[email protected]>
Fixed absolute path support. Closes #215 [kompiro]

3d8f7d2929dd71156c6072f6aa700280c37168cb authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #214 from jvirtanen/fix/no-colors

Fix the '--no-colors' option

c356b2d4e8e3d6b888744efebf0ded62f485886d authored almost 13 years ago by TJ Holowaychuk <[email protected]>
.have.length(0) -> .be.empty

a580e8849271c81f39e24b21f8b360708e66a3f7 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #213 from adomokos/adding_specs

Fixing the clone() function in Suite, adding specs

219df6fa6e9428f70cc60a86c0e0fbffda28e31c authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Using the correct 'should' matchers

c745a1911a59b68a404c70d421961a2ffe41f4cc authored almost 13 years ago by Attila Domokos <[email protected]>
Changing the '===' to '==' to be consistent with the codebase

de5451d88ac77c3edea31d1b3d6b70ad48faccbc authored almost 13 years ago by Attila Domokos <[email protected]>
Fix the '--no-colors' option

This patch fixes the '--no-colors' option that currently is a
no-op by reordering the '--colors'...

0cd61fe04c0257e8a353681170d10772fb93c0f1 authored almost 13 years ago by Jussi Virtanen <[email protected]>
Fixing a typo in the spec

0e6873de1dbad520b33249d53a9e5581644a6244 authored almost 13 years ago by Attila Domokos <[email protected]>
Fixing the clone() function in Suite, adding specs

0d7249a5e89edd181e94c4649f3bdba63497f19c authored almost 13 years ago by Attila Domokos <[email protected]>
fixed Arial CSS typo in the correct file

21e1ce1c82c48732147f254287851f8f46ca9369 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
build

3e4b9fb4e0a07afe5b561b75f7c035f4cbcc4355 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
update --swatch docs

4c2b776c5d3ce3aa45287c7ecb6106ff0a621405 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
qunit example

8574c67b1490232e75d55b5b8a4514f0a8760fb9 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
--bail docs

6e93dc513c9f9770bdf24d259b62a583134c86f2 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Release 0.10.0

d87988c9e1cac9df341e5601dff61af56adf1391 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
removed --say

it's fun but the say moduleh
has like 3 or 4 extra deps for no reason
so its probably not worth it

e73e0ea7be072781257cf30a2e830e34b7030d15 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge pull request #208 from guille/gh-pages

Updated CLI help for website

33317e59f9928040fcb68247aa5ac7fa8c3ae152 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'integration'

adcfaf093f24cdf04d4ef7db9f4c797b1de77b3b authored almost 13 years ago by Tj Holowaychuk <[email protected]>
refactoring program.bail usage

e75eb376e1daaf417bbdf2736d199b22bcb1ec0c authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge branch 'gh-pages' of github.com:visionmedia/mocha into gh-pages

Conflicts:
index.html

f35b91974fbb8255bbbfd6ae88786f083a30cee8 authored almost 13 years ago by Guillermo Rauch <[email protected]>
Ensured bail value is inherited with addSuite

54aa757e00eba68fe070f346faf38e8f6115eebd authored almost 13 years ago by Guillermo Rauch <[email protected]>
Ensure to Suite#clone with `bail` flag.

cf12963e4fe397b70248fe782287783ff6832e1d authored almost 13 years ago by Guillermo Rauch <[email protected]>
Added private Suite#_bail.

d2be62de2a1b026b4e679c61b20d5c2439fdb8ee authored almost 13 years ago by Guillermo Rauch <[email protected]>
Bail

59e694c77c0869bbf4fd91ed66016dbcf8b05f55 authored almost 13 years ago by Guillermo Rauch <[email protected]>
Added bail test case.

5276c14ce57b4be54f3fbdfe55b87331e6328056 authored almost 13 years ago by Guillermo Rauch <[email protected]>
Added Suite#bail setter/getter function.

d45c58f261364ede03207a29ddcbf3178b5cfbef authored almost 13 years ago by Guillermo Rauch <[email protected]>
Added separate test task to test `--bail`.

b3911a71564ca50d58431d76de416fe723977a77 authored almost 13 years ago by Guillermo Rauch <[email protected]>
Pass bail flag to suite from CLI interface.

db00d81fdd1eec73dccb3b407f94a684368e1dbc authored almost 13 years ago by Guillermo Rauch <[email protected]>
Added `-b, --bail` option to mocha commander.

2f0876f14786e8473cc1e6fa5161c482cd49581c authored almost 13 years ago by Guillermo Rauch <[email protected]>
Updated CLI help on website.

9f6db18ae94f24dfd4d4a60702564b688444762e authored almost 13 years ago by Guillermo Rauch <[email protected]>
added qunit to the list of --interfaces

99a0d8d0bfe79e218cdc07dac59e0c585a9e4c8f authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Added qunit-inspired interface

we cant use the name module() since
that is already taken by node, so either
suite(), label() or...

c493d449f7c95ac5274ebbeffb2987b95e141aec authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge pull request #202 from TooTallNate/gc

Add support for -gc / --expose-gc.

a2c1e1b5ed88e84af716f26d39bbc98a2741071e authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Add support for -gc / --expose-gc.

This also changes the technique of passing args to the _mocha child process by
now building up a...

2e09b4bea81590a314993da985c783518819c7d2 authored almost 13 years ago by Nathan Rajlich <[email protected]>
Merge pull request #196 from wlangstroth/gh-pages

Browser example

7a2805fb22202c23048883342d969acd1a47f2d9 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Fixed double reporting of uncaught exceptions after timeout. Closes #195

if its already failed stop reporting it

d520a87a48d32a284aed5332606409224d51d12a authored almost 13 years ago by Tj Holowaychuk <[email protected]>
update browser example

1be999ea2a1ab52fb4eeda6eb47c0af38a6a7fbf authored almost 13 years ago by Will Langstroth <[email protected]>
Fixed self.test reference in runner. Closes #189

ee33c41b9ec5816ad410037aee4215a72e6170d0 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Added MIT LICENSE. Closes #194

04e6a9378d3782844a1e6d6d3950edf53c24395b authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge pull request #192 from wlangstroth/master

Fix typo

5af124b74672d6b52838735705a6de3e0185f778 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'master' of github.com:visionmedia/mocha

d4a9a160eda67c51b5d23cc297576b663cac8244 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
update contrib

e7256206c0901df7a45b4c8d61b576dbef6c3e4e authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Aria; -> Arial

138f83ba40107411267333a17401140f58f30135 authored almost 13 years ago by Will Langstroth <[email protected]>
misc

d1bf171129f7f7520edd4aae41ed5e6722555238 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
update docs

62efe945e51c3abeca839bcbfcf191c12becf8b0 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
update --watch description

cf26e190275f8acada485e7e03601243bc21d854 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Added: --watch all .js in the CWD. Closes #139

0b88e4be4ed11fdebeef8f23b8235a61fc3f0c09 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Release 0.8.2

2a90cd4eb29242d1be4bb573b56c0f64e7dbd103 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Update commander. Closes #190

fde99dfb4aa48abc8d06eab1276dc89886780f0c authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Fixed exit status. Closes #187

e9066de1b316df23e4aa7c070b04028def002f9f authored almost 13 years ago by Tj Holowaychuk <[email protected]>
misc

3bd2cb00f35c8841de2eec08dc90d4995aa765f9 authored almost 13 years ago by Tj Holowaychuk <[email protected]>
docs

07d59f5b2124f8b0a9057894eb087fce2a3192ab authored almost 13 years ago by Tj Holowaychuk <[email protected]>
build

edd17d929b259f5048605ff0d6bd39934b52337a authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Added link to expect.js

77354a33ed8bf8bd19f37631eec8cb72480cc8bb authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge branch 'feature/context'

170fdece772996947a2301f8ef1b050d01c9e6ec authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Added test-case context support. Closes #113

b01a73bd9e3c47a5e49afbe78a88d99b6ae197cc authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Release 0.8.1

89af463b11a85ae9a0a71c7bceaccb579b2d627e authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Fixed reporting of uncaught exceptions. Closes #183

800840ec07459370787ea19c4f1189988937260d authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'master' of github.com:visionmedia/mocha

877cab024d56511fff53f28647fb5171fac900ff authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'integration'

a27ad915204386cc034de1152720db8f74fff766 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
tweak

af774e71bf54c0c2dd92d3a16ddf8b8a52f0d009 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Rewrite the 'mocha' wrapper script as a node script.

For Windows (there's obviously no Bash), so this node script does the same thing
(sniffs for nod...

6fa9d8ae889af4d280d43a99ade8c2d399aee374 authored almost 13 years ago by Nathan Rajlich <[email protected]>
Merge pull request #181 from indutny/fix-max-call-stack-handling

[reporters/base] fixed max call stack error handling

044bed8f22e95e160541adb231d9696c2d6e212b authored almost 13 years ago by TJ Holowaychuk <[email protected]>
[reporters/base] fixed max call stack error hndlng

952035b2f6bd818134c9dbc3b1266ab25b80767d authored almost 13 years ago by Fedor Indutny <[email protected]>
Release 0.8.0

8256b800cb2339f24a667487234bb730ab38e406 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
output xunit to stdout

94a44eba495fc54be6df39b7b972bc44576cd525 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Fixed err.stack defaulting. Closes #180

2fa7766af60aabeaeb5439ce21b06a51a310bc58 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
misc

54689f0e1cc86c43b33d39784c2620e5df404c06 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
misc

4ff5b937883fa953361a5bb6dcdf88f30a869744 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
cleaning up xunit reporter some more

2d957573a64504762cec62d92fd3134a39cef103 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
cleaning up xunit reporter some more

186dfcd53efe7a474b74f90377db8bff92cb95ae authored almost 13 years ago by TJ Holowaychuk <[email protected]>
cleaning up xunit reporter

b11cebd20724e6673811dad4dd685c2ee5e64fa2 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'master' of github.com:visionmedia/mocha

a9af13ae292bbb826a5c55569ed2a3eb8cd50a57 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #179 from FeeFighters/xunit_reporter

Xunit reporter

1de3e348cb97c495991be1dad44ff2e3a6dc14a0 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Removing sys require, and using utils.escape

1479ee23b055be570e68b229b344a7faad887a91 authored almost 13 years ago by Joshua Krall <[email protected]>
Oops, left repl require in there by accident

e1fcb5993b330ee85ff7c2669917d8f5c07e185c authored almost 13 years ago by Joshua Krall <[email protected]>
Fixing test duration

e97cc1168dec240ec9d39ce02b20325538896a3f authored almost 13 years ago by Joshua Krall <[email protected]>
First cut at XUnit reporter

78213a09c237ebbf50470baf742b3dbff08892a0 authored almost 13 years ago by Joshua Krall <[email protected]>
misc

d5ab62296f2fea3acf19ad85a4db1ca0c66b7eba authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #176 from mmalecki/say

Add `say` notification support

a6d555ad44a0a82eb34882251558b1d5a73a3f31 authored almost 13 years ago by TJ Holowaychuk <[email protected]>
Add `say` notification support

When you run `mocha` with `-s` or `--say` parameter, it'll `say` test
status message. When you g...

3a0676feb887624e6025cd1a736ecc348533e1e4 authored almost 13 years ago by Maciej Małecki <[email protected]>
Merge pull request #175 from yuest/master

pass global leaks error on window.onerror in browser

44040bc46a3d6624bc57793de81b10055c79ae44 authored almost 13 years ago by Guillermo Rauch <[email protected]>
pass global leaks error on window.onerror in browser

d456a996f9a362366dd0efda7e49f1106353c640 authored almost 13 years ago by Yuest Wang <[email protected]>
Fixed: `make tm` mkdir -p the dest. Closes #137

892a679e312c3a00f89fb6f2fb90c1c6b597737e authored almost 13 years ago by Tj Holowaychuk <[email protected]>
Merge pull request #170 from blindsey/master

Turns out that apostrophe needs to be escaped during failures

3cd716a000c9cf9b2ccd149b0a62d5777e34658b authored almost 13 years ago by TJ Holowaychuk <[email protected]>