Ecosyste.ms: OpenCollective

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

Mocha

simple, flexible, fun javascript test framework for node.js & the browser.
Collective - Host: opensource - https://opencollective.com/mochajs - Website: https://mochajs.org/ - Code: https://github.com/mochajs/mocha

safely stringify PhantomJS undefined value

github.com/mochajs/mocha - eb7b2c459bc48af7ec23906e345215eaf2336723 authored almost 9 years ago by Aaron Hamid <[email protected]>
Merge pull request #1989 from longlho/1773-retries

Allow to retry failed test from test context for #1773

github.com/mochajs/mocha - d811eb9614e5b459dabb4f2496e69f961decec90 authored almost 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1982 from Alaneor/cli-log-timer-events

Enable --log-timer-events option

github.com/mochajs/mocha - ce3e89a0b40cccd2e3fcf608f22098c64afbaf37 authored almost 9 years ago by Daniel St. Jules <[email protected]>
Enable --log-timer-events option

This provides better insights when profiling application using --prof switch. Especially useful ...

github.com/mochajs/mocha - 2a32ab2c1669cdf423f4f814d225e9a4a8208276 authored almost 9 years ago by Robert Rossmann <[email protected]>
Allow to retry failed test from test context for #1773

- make retries run proper hooks
- allow retries override at different levels
- expose currentRet...

github.com/mochajs/mocha - 7d394ab0bf113a3eade438a593ea5f68923f5c6f authored almost 9 years ago by Long Ho <[email protected]>
Fix #1980: Load mocha.opts from bin/mocha and bin/_mocha

github.com/mochajs/mocha - 9b1e587b2a78c8f99248d2c4b0a48ea6620fd468 authored almost 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1976 from iclanzan/patch-1

Simplify function call.

github.com/mochajs/mocha - 4f26ce7ac54dddb42f3a83b83ce5042e2532e8c5 authored almost 9 years ago by Daniel St. Jules <[email protected]>
Merge branch 'ui-fix'

github.com/mochajs/mocha - a61b1f3287b436522545e5458d071d7e791c15d0 authored almost 9 years ago by Daniel St. Jules <[email protected]>
Fix fixtures/regression/1794/simple-ui.js to work with local mocha

github.com/mochajs/mocha - f8b42fd35d954ffb18687460926cf28f5746af7c authored almost 9 years ago by Daniel St. Jules <[email protected]>
1794 test case

github.com/mochajs/mocha - 1d0ff9f418c81f95c7df599fba8780412b6b6f88 authored almost 9 years ago by Joao Moreno <[email protected]>
Merge pull request #1963 from peachworks/perf-basic-prof

Add support --perf-basic-prof

github.com/mochajs/mocha - c3abc076fbe13ee3087ea46e880503d0d6d59afc authored almost 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1981 from Standard8/fix-done-reporting-on-html

Fix HTML reporting display to show errors if done is called multiple times, or if an exception i...

github.com/mochajs/mocha - 829df1dc7c21c6e46a1074e2dfe628b5d1ef1b9e authored almost 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1993 from segrey/master

propagate "file" property across suites and tests for "exports" inter…

github.com/mochajs/mocha - 9d8c15472f899e8b1b33b5e732ee0d804815b15c authored almost 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1999 from tmont/use-strict-fix

support for strict mode

github.com/mochajs/mocha - 50920fc14838f046c1e0b753af7bbc90b1654355 authored almost 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #2005 from jonnyreeves/patch-1

XUnit Reporter Writes to stdout, falls back to console.log

github.com/mochajs/mocha - c972f0b1553a2d63f8371b592c390bf03edbc154 authored almost 9 years ago by Daniel St. Jules <[email protected]>
Alter feature detection

github.com/mochajs/mocha - 3134ea45e20eb5b0f0ab83979a6bf88e6471ba22 authored almost 9 years ago by John Reeves <[email protected]>
Merge pull request #2021 from zetaben/patch-1

Fix non ES5 compliant regexp

github.com/mochajs/mocha - 5d1fdc21604f9c37fa3305bc1ae04876bdf84f0d authored almost 9 years ago by Joshua Appelman <[email protected]>
Merge pull request #1965 from cowboyd/dont-double-install-bdd-ui

Dont double install bdd ui

github.com/mochajs/mocha - e7c453257745d838ce0e2f16856a5aa9d53dc543 authored almost 9 years ago by Daniel St. Jules <[email protected]>
always reference the correct it from it.only

github.com/mochajs/mocha - 08bf74d8440b811e42bf4b8150a4977a05472c9a authored almost 9 years ago by Charles Lowell <[email protected]>
Fix non ES5 regexp

ES5 appears to require that { be escaped when not used as part of a quantifier. While this works...

github.com/mochajs/mocha - 2766fc0317c486beecadfd6d986ecae942e23c8b authored almost 9 years ago by Benoit Larroque <[email protected]>
Merge pull request #14 from michielbdejong/patch-1

Add note about passing ES6 arrow functions

github.com/mochajs/mocha - 4d94b4aa0d1b2da2bd22aa6432da6d80d403def5 authored almost 9 years ago by Daniel St. Jules <[email protected]>
Add section about ES6 arrow functions

github.com/mochajs/mocha - 2a91194f74ba09a4cf345b6accce2abac91b473a authored almost 9 years ago by Michiel de Jong <[email protected]>
Fix HTML reporting display to show errors if done is called multiple times, or if an exception is thrown after done is called.

github.com/mochajs/mocha - ae4fbca3e19049cd18d676e865c844fbc890e14c authored almost 9 years ago by Mark Banner <[email protected]>
Document the default execution of "*.coffee" files

See https://github.com/mochajs/mocha/blob/221a3c049ed3a943ce36fd0a4ffe0e23acbb7cab/bin/_mocha#L155

github.com/mochajs/mocha - 5892b69ecfca26b016cb48b4671a194899588c03 authored almost 9 years ago by Fagner Brack <[email protected]>
XUnit Reporter Writes to stdout, falls back to console.log

Fixes #1674; provides support *much* needed for [mocha-phantomjs](https://github.com/nathanbokta...

github.com/mochajs/mocha - c66bc8354bac5f9bc43de7575f4bfe3ecc470801 authored almost 9 years ago by John Reeves <[email protected]>
support for strict mode

- fixes #1879
- fixes #1821

github.com/mochajs/mocha - 77ddbef14441786520717bda0010b2d14c68bc2c authored almost 9 years ago by tmont <[email protected]>
Merge pull request #1995 from ianwremmel/fix-xunit-hang

make sure the xunit output dir exists before trying to write to it

github.com/mochajs/mocha - 3af1b8a54d7c17fceccf10f4fe02fd03000841c5 authored almost 9 years ago by Daniel St. Jules <[email protected]>
fix lint errors

github.com/mochajs/mocha - d09c035f7e6304b37fef2ebc9e1cd2783bf39562 authored almost 9 years ago by Ian W. Remmel <[email protected]>
make sure the xunit output dir exists before trying to write to it

Fixes #1994

github.com/mochajs/mocha - 1cc21a9ca99330644d121087198dbcfed8be0e94 authored almost 9 years ago by Ian W. Remmel <[email protected]>
propagate "file" property across suites and tests for "exports" interface

github.com/mochajs/mocha - a2a2e6c523b9900c738db79583240787d0054801 authored almost 9 years ago by Sergey Simonchik <[email protected]>
use chalk for base reporter colors; closes #1200

github.com/mochajs/mocha - 119291449cd03a11cdeda9e37cf718a69a012896 authored almost 9 years ago by Christopher Hiller <[email protected]>
support --perf-basic-prof

github.com/mochajs/mocha - c51119b8d8c89e0105ea1d53eba0500eb508cfe2 authored almost 9 years ago by Rob Raux <[email protected]>
Simplify function call.

github.com/mochajs/mocha - 5a18d67e72567d48af26cbeec183f2e3bbda4730 authored almost 9 years ago by Sorin Iclanzan <[email protected]>
Fixes #1794

Moves Mocha interface allocation to after require option has been processed to allow for use of ...

github.com/mochajs/mocha - d596bbbfa130c68c15ae15eb9ccad50c17278fd8 authored almost 9 years ago by James G. Kim <[email protected]>
Merge pull request #1967 from krisr/kris-silence-warnings

Silence Bluebird js warnings

github.com/mochajs/mocha - 67d0facb5153feb7db4d8e161778436a75117189 authored almost 9 years ago by Christopher Hiller <[email protected]>
Silence Bluebird js warnings

github.com/mochajs/mocha - 4af3866107cf9a4c43501537600aba267e8494ca authored almost 9 years ago by Kris Rasmussen <[email protected]>
Release 2.3.4

github.com/mochajs/mocha - 5cc8bdd26c74fb91e7eea57e7c689b4e4890bc55 authored almost 9 years ago by Travis Jeffery <[email protected]>
Merge pull request #16 from Trott/assert-fix

Remove recommendation for Node internal assert

github.com/mochajs/mocha - adf5afa6c9bd454ef5bc7912647dc7e056aab0c5 authored about 9 years ago by David da Silva <[email protected]>
Merge pull request #17 from mgiles/async-only

Update --async-only doc to match current behaviour

github.com/mochajs/mocha - ba8543b5b7ffd33a94b9b7c0846ec8b590ab5960 authored about 9 years ago by David da Silva <[email protected]>
Merge pull request #13 from unexpectedjs/master

Added http://unexpected.js.org/ as an assertion library

github.com/mochajs/mocha - bb7816f5f7b1e24dd9b29c9fdc1117f93275908a authored about 9 years ago by Christopher Hiller <[email protected]>
Merge pull request #1954 from joeycozza/master

Update debug dependency to 2.2.0

github.com/mochajs/mocha - 14c69974301435f76c25efc89e29e78ddb512181 authored about 9 years ago by Travis Jeffery <[email protected]>
Update debug dependency to 2.2.0

[email protected] has a vulnerability in its dependency on [email protected].

[email protected] has updated its ms...

github.com/mochajs/mocha - 039a8a7edd6b21897b2c576d67c4769390c80b15 authored about 9 years ago by Joey Cozza <[email protected]>
Merge pull request #1910 from nexdrew/fix/mocha-opts-dupe

Fix duplication of mocha.opts on process.argv

github.com/mochajs/mocha - 20ebec8830934efbb7663009a62456292ee6be52 authored about 9 years ago by Travis Jeffery <[email protected]>
Update --async-only docs

github.com/mochajs/mocha - 2ef3d1d648825d0243216a6c18a54e43c135da32 authored about 9 years ago by Matt Giles <[email protected]>
remove recommendation for Node internal assert

github.com/mochajs/mocha - f35c3adc7e031fd63467438ed98219b5887d60cc authored about 9 years ago by Rich Trott <[email protected]>
Merge pull request #15 from HugoGiraudel/patch-1

[RFR] Changed some double quotes in single quotes to avoid mixing them both

github.com/mochajs/mocha - 2e91dd3be0d0e31ef81f1969ee6f6b47c4c64140 authored about 9 years ago by David da Silva <[email protected]>
Changed some double quotes in single quotes to avoid mixing them both

github.com/mochajs/mocha - 19e90aa8ec41e027def9fd98f62a3b6aa435032e authored about 9 years ago by Hugo Giraudel <[email protected]>
remove duplication of mocha.opts on process.argv

github.com/mochajs/mocha - f8294e63a995b9e46c866ca43c0afd7554534f83 authored about 9 years ago by nexdrew <[email protected]>
Merge pull request #1909 from berkerpeksag/patch-1

Fix typo in test/reporters/nyan.js

github.com/mochajs/mocha - 0c702772302d4e62f8d9132122ad17880f3ac709 authored about 9 years ago by David da Silva Contín <[email protected]>
Fix typo in test/reporters/nyan.js

peinding -> pending

github.com/mochajs/mocha - 63e668a8f75952691d22060ca99700f5af719758 authored about 9 years ago by Berker Peksag <[email protected]>
rebuild mocha.js for 2.3.3

github.com/mochajs/mocha - c4393c456839d6bf2cbb4abb1cd177010ee06458 authored about 9 years ago by David da Silva <[email protected]>
bump package.json and component.json to 2.3.3

github.com/mochajs/mocha - 7b6d3789425db15c1895eb116c55ffd7d312362f authored about 9 years ago by David da Silva <[email protected]>
Fix node 0.8 blowing up upgrading npm 1 -> 3

Relevant: https://github.com/npm/npm/issues/9668

github.com/mochajs/mocha - 8ca09fda641f314f6507560addab6a544a2c3a0e authored about 9 years ago by David da Silva Contín <[email protected]>
Update HISTORY.md for 2.3.3

github.com/mochajs/mocha - 0e902b7e00b1e4b49853d328064ca444c63400ef authored about 9 years ago by David da Silva <[email protected]>
Remove trailing whitespace from HISTORY.md

github.com/mochajs/mocha - de273d6fbd2bbc258a8a4b31016a8d26e17457f3 authored about 9 years ago by David da Silva <[email protected]>
Merge pull request #1889 from danielstjules/issue-1798

Fix #1798: Correctly attribute mutiple done err with hooks

github.com/mochajs/mocha - 23b29558249dfa8fe44e5eb8d6050f7b6ec9e154 authored about 9 years ago by David da Silva Contín <[email protected]>
Fix #1798: Correctly attribute mutiple done err with hooks

github.com/mochajs/mocha - 10e8604eae45ff3042569bee37c061843a553528 authored about 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1880 from danielstjules/stackfilter-browser

Stackfilter fix: Don't remove modules/components from stack trace in the browser

github.com/mochajs/mocha - 44ba4177136aacac19d506acd3dd45c0fc74c66c authored about 9 years ago by David da Silva Contín <[email protected]>
Merge pull request #1888 from danielstjules/revert-jade

Revert jade to support npm < v1.3.7

github.com/mochajs/mocha - 7c17c659fdec784eb480a4ea599565297f869d5d authored about 9 years ago by David da Silva Contín <[email protected]>
Merge pull request #1886 from danielstjules/uncaught-delay

Fix #1669: catch uncaught errors outside test suite execution

github.com/mochajs/mocha - d8617b27c25fb6fc6247a6b16b028ad161a7320c authored about 9 years ago by David da Silva Contín <[email protected]>
Remove redundant harmony flag

github.com/mochajs/mocha - 4747437b042427fdeb56848608e3f1ec3e4b3586 authored about 9 years ago by Daniel St. Jules <[email protected]>
Call the inspect() function if message is not set

Unfortunately some frameworks throw error objects which do not have a `message`
property but do ...

github.com/mochajs/mocha - 31fb4bebd19ed6fd7e4f5417e6272e135c8c1874 authored about 9 years ago by Kevin Burke <[email protected]>
Cast non-string return values from err.inspect()

github.com/mochajs/mocha - 0956c023e4530a527f376be4ae0724ea96713ab7 authored about 9 years ago by Daniel St. Jules <[email protected]>
Revert jade to support npm < v1.3.7

github.com/mochajs/mocha - ea3b6524f66026321cf86aedbc0af3fc20b5faec authored about 9 years ago by Daniel St. Jules <[email protected]>
Fix eqeqeq linting errors from eslint 1.4.0 release

github.com/mochajs/mocha - fb3fe33fbb5d7819d5dc4df404dc926b1db033a5 authored about 9 years ago by Daniel St. Jules <[email protected]>
Fix #1669: catch uncaught errors outside test suite execution

github.com/mochajs/mocha - f22ab537be95dcf17b22e6cab11b3368445b9c3e authored about 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1882 from danielstjules/fragile

Fix fragile xunit reporter spec

github.com/mochajs/mocha - f02301818cec8bb556426017ee257eedd9339fce authored about 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1885 from danielstjules/flags

Support all harmony flags

github.com/mochajs/mocha - a3ae593159f2ad16b0a40468dba201d3272f3504 authored about 9 years ago by Travis Jeffery <[email protected]>
Support all harmony flags

github.com/mochajs/mocha - c4647bf2fa167501e40d1c9a3858b09eae741700 authored about 9 years ago by Daniel St. Jules <[email protected]>
Fix fragile xunit reporter spec

github.com/mochajs/mocha - d7e4605c69f2f0bccf0f18641f365aa3c8da3fa7 authored about 9 years ago by Daniel St. Jules <[email protected]>
Fix linter warning

"Expected a conditional expression and instead saw an assignment"

github.com/mochajs/mocha - 8a100df9598c9570c0d6194321c7b23acf07857b authored about 9 years ago by Daniel St. Jules <[email protected]>
Stackfilter fix: Don't remove modules/components from stack trace in the browser

github.com/mochajs/mocha - cbbf7ffd00895c8c0a05dc2c304c25c06a8dd5f3 authored about 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1878 from danielstjules/issue-1864

Fix #1864: xunit missing output with --reporter-options output

github.com/mochajs/mocha - edaef34c384d0187061d49679ff84e7bf2466c4b authored about 9 years ago by Daniel St. Jules <[email protected]>
Fix #1864: xunit missing output with --reporter-options output

github.com/mochajs/mocha - e950ea6b3601717f3272eb9f7bc205a972400ca8 authored about 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1876 from danielstjules/issue-1875

Fix 1875: Markdown reporter exceeds maximum call stack size

github.com/mochajs/mocha - 75a7f71ceeabf8ff1dc775fc08ea30aa20f0928b authored about 9 years ago by Daniel St. Jules <[email protected]>
Fix 1875: Markdown reporter exceeds maximum call stack size

github.com/mochajs/mocha - 9e456090c1f0a6a49d468dce58a2cf9cec9a1355 authored about 9 years ago by Daniel St. Jules <[email protected]>
IE<=8 no [].reduce, so use 'utils.reduce' instead

github.com/mochajs/mocha - 0565fac49e4153cdc65a6431553d1aae80eb7008 authored about 9 years ago by wsw <[email protected]>
Release v2.3.2

github.com/mochajs/mocha - 4c4d4d96297e9bdd1c532717a7ad0b1d3946f3ee authored about 9 years ago by Christopher Hiller <[email protected]>
remove lodash.create; closes #1868

github.com/mochajs/mocha - c7a8fedd08c13315c2befcb99699abeda1a9f3b0 authored about 9 years ago by Christopher Hiller <[email protected]>
update package.json & component.json for v2.3.1

github.com/mochajs/mocha - 2515277e2887e507e9cdda1d7460eb9ec3ffb76a authored about 9 years ago by Christopher Hiller <[email protected]>
update HISTORY.md

github.com/mochajs/mocha - 408b864d3b2112342f71630a6819353b0f2443bf authored about 9 years ago by Christopher Hiller <[email protected]>
fix package.json to use exact version of lodash; closes #1867

github.com/mochajs/mocha - 5eda63f4879052081e0ff369f1c26e85a7cf9290 authored about 9 years ago by Christopher Hiller <[email protected]>
Merge pull request #1852 from aaroncrows/fix/1812-bail-runs-before-hooks

Fix: Bail flag causes before() hooks to be run even after a failure

github.com/mochajs/mocha - 4f0b32e0cef5d999f7f9594e3dccef89f023d65f authored about 9 years ago by Christopher Hiller <[email protected]>
Fix: Bail flag causes before() hooks to be run even after a failure

github.com/mochajs/mocha - 552813282d88a08a48902bc0f63460d10dc686cf authored about 9 years ago by Aaron Krause <[email protected]>
Release v2.3.0

github.com/mochajs/mocha - ca7c516083ae04f8f5892f33d4425d1bac2683a9 authored about 9 years ago by Christopher Hiller <[email protected]>
update HISTORY.md for v2.3.0

github.com/mochajs/mocha - ee0a55b572d7da7dd8b7abc418d594602692bbed authored about 9 years ago by Christopher Hiller <[email protected]>
rebuild mocha.js

github.com/mochajs/mocha - be1c1a42f959dfe02b0cd952ac05c1ca71b08fde authored about 9 years ago by Christopher Hiller <[email protected]>
added allowUncaught option (#553)

allows unhandled exceptions to propagate in the browser
added tests for allowUncaught option
glob...

github.com/mochajs/mocha - 92dfdd420ff2f611bae6582a25d79681b5271546 authored about 9 years ago by amsul <[email protected]>
Allow --async-only to be satisfied by returning a promise

This results in a slight change to the behavior of --async-only:
instead of failing immediately,...

github.com/mochajs/mocha - 242ee53a5d23337e3f0d7b3a6f0f05eea82058d6 authored about 9 years ago by Jason Lai <[email protected]>
upgrade eslint to 1.2.1 w/ config & Makefile fixes

github.com/mochajs/mocha - 5054feeef901edd7c5a069bc2c54d97ef9e707a8 authored about 9 years ago by Christopher Hiller <[email protected]>
Merge pull request #1829 from gigadude/gigadude-max-old-space-size

Support --max-old-space-size node argument

github.com/mochajs/mocha - 6862b7efd0a848a2d819cbf9557365e4f8fb3fa2 authored about 9 years ago by Christopher Hiller <[email protected]>
Merge pull request #1835 from outsideris/issue-1811

Upgrade Jade dependency to 1.11.0

github.com/mochajs/mocha - 019ab50c4090f6cbee84e047cb689afe064bd8c3 authored about 9 years ago by Christopher Hiller <[email protected]>
upgrade jade to v1.11.0

Jade syntax isn't broken in new version, but update some syntax
for being more explicitly. fix #...

github.com/mochajs/mocha - d70759f1730a7cecf8f786715a74065db5b6638b authored about 9 years ago by Outsider <[email protected]>
fix undefined `str` variable for html coverage

Order for variables definition is wrong in 3f78f10ca,
so, html coverage page print `<undefined><...

github.com/mochajs/mocha - 283ad65b2bc2e2fd06b86ae29b5ceba04e77e728 authored over 9 years ago by Outsider <[email protected]>
Merge pull request #12 from rtablada/fix/update-commas

github.com/mochajs/mocha - 08b9a38606585aa9fad2cff898b8d39db5c7f8ba authored over 9 years ago by Christopher Hiller <[email protected]>
Support --max-old-space-size node argument

github.com/mochajs/mocha - 71068dae0e3f1155d87a69dbef940ec001327f29 authored over 9 years ago by gigadude <[email protected]>
Set safe CSS for progress indicator which does not conflict with Bootstrap

github.com/mochajs/mocha - c66b34e7e1ee5b9b7054ecccc73f589ead2f8543 authored over 9 years ago by Pavel Zubkou <[email protected]>
Merge pull request #1802 from ajaykodali/fix/1769-asynchronous-error-handling

Fix for async hook error handling issue

github.com/mochajs/mocha - 03af0fe3764b718c32a57e47d8cd26f88e72371b authored over 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #11 from wallabyjs/master

Added wallaby.js plugin to Editor Plugins section

github.com/mochajs/mocha - 323c8a4d0f2a67f149c5d36d85125848c50f3dbd authored over 9 years ago by Christopher Hiller <[email protected]>
Added unexpected.js.org as an assertion library

github.com/mochajs/mocha - 19ddfad7e1ea6b853b78669b355c4652340f453f authored over 9 years ago by Sune Simonsen <[email protected]>