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

CHANGELOG for v3.1.0 [ci skip]

github.com/mochajs/mocha - 44a031ba873db3a2e42d0fa6c174b36d6149c1e4 authored about 8 years ago by Christopher Hiller <[email protected]>
fix diff output for String objects; closes #2496 (#2499)

- rename some exported functions/vars as to use locally
- update JSDoc comments
- includes IE7...

github.com/mochajs/mocha - 8431cb3f2337146a671d4291485561b60bde2241 authored about 8 years ago by Christopher Hiller <[email protected]>
ensure windows compat with stack trace filter; closes #2502 (#2503)

- also removed component-related cruft
- skip stack tests by OS

github.com/mochajs/mocha - 8bf1f297142b02128664523ab5a9b3d55b09c365 authored about 8 years ago by Christopher Hiller <[email protected]>
fix problems with only/skip in IE7/IE8

github.com/mochajs/mocha - 8ccccba817143539f074362f2f95b3f731d23cef authored about 8 years ago by Christopher Hiller <[email protected]>
use HTML reporter and default to autoWatch/singleRun mode

- use `--single-run` to execute once and exit (this is done in `Makefile`)

github.com/mochajs/mocha - 8ef51a563582fa788b9092028f9aecffe7c32292 authored about 8 years ago by Christopher Hiller <[email protected]>
attempt windows-friendly reproducible case for #2315

github.com/mochajs/mocha - 96e20df35749136da26f2cbecd057716f23e2a5f authored about 8 years ago by Christopher Hiller <[email protected]>
fix: fix uncaught TypeError if error occurs on next tick, closes #2315 (#2439)

github.com/mochajs/mocha - f1ac5485f19c15fc50b683bdbf27c666b7940f7e authored about 8 years ago by Dmitry Sorin <[email protected]>
helpful error when necessary suite callback omitted; closes #1744

- works for QUnit as well
- renamed some files
- fixed unclear "only" tests

github.com/mochajs/mocha - 3a2dae8b360bf3ac58f79530c5b35413dd6ed417 authored about 8 years ago by Christopher Hiller <[email protected]>
Fix an issue and add relevant tests when describe and xdescribe fail when not supplied with a callback (issue #1744).

github.com/mochajs/mocha - e22c40751f1aa04058c20025472783c23c295921 authored about 8 years ago by anton <[email protected]>
Merge branch 'issue/2383'

* issue/2383:
rename more fixtures; closes #2383
fix test files not using .spec suffix fix t...

github.com/mochajs/mocha - 9e7f5f207a9905d3243d33a22c81d3b0c960ccda authored about 8 years ago by Christopher Hiller <[email protected]>
rename more fixtures; closes #2383

github.com/mochajs/mocha - 93e9fc93c6c91553f02fd2045c176435e0f71f73 authored about 8 years ago by Christopher Hiller <[email protected]>
Report non-match to STDERR and exit if no files are matched (#2450)

* Report non-matching patterns to STDERR and exit with non-zero status if no files are matched a...

github.com/mochajs/mocha - 1786fe2c2c474d2b649b4c3a0b0a1c71ab8b556b authored about 8 years ago by Peter Müller <[email protected]>
Exit process with correct error codes (#2445)

* Exit with code 130 in SIGINT. Refs #2438

* Exit with code 255 if more errors than 255 were ...

github.com/mochajs/mocha - 3e22a837929d153656b0f624aa48cb773d79282d authored about 8 years ago by Peter Müller <[email protected]>
fix test files not using .spec suffix

fix test fixtures not using .fixture suffix

github.com/mochajs/mocha - 526dd84b4de9fe89a9febdd5bf9ab8360ffbc4f6 authored about 8 years ago by Christian <[email protected]>
always halt execution when async skip() called; closes #2465 (#2479)

- always halt execution when async skip() called; closes #2465
- also fixes lack of support for...

github.com/mochajs/mocha - 5e1cd44c1f4e7301b6368209abf986bd6becca92 authored about 8 years ago by Christopher Hiller <[email protected]>
avoid test flake in "delay" test; closes #2469 (#2470)

github.com/mochajs/mocha - 539255c8a8c8bba5b432156b0f86f57eb13b0ce5 authored about 8 years ago by Christopher Hiller <[email protected]>
revert accidental change to bin paths

github.com/mochajs/mocha - 772e50f353949812b04164fd210fb104b52ad1ff authored about 8 years ago by Christopher Hiller <[email protected]>
disregard function names when testing under Node.js 6.5.0; closes #2467 (#2477)

github.com/mochajs/mocha - 95e524c3ef39bf0a6886cec4e624a2d67754ce0a authored about 8 years ago by Christopher Hiller <[email protected]>
Merge pull request #2458 from mochajs/issue/2457

lints more files; add more files to lint check; closes #2457

github.com/mochajs/mocha - 4a87a947d0109af74400fd09399eb3e171fab761 authored about 8 years ago by Christopher Hiller <[email protected]>
Merge pull request #2357 from simov/support-inspect

Support for the --inspect flag

github.com/mochajs/mocha - 3ff8cb69c2673d0bb7fe33d5bbd58fe12474c781 authored about 8 years ago by Christopher Hiller <[email protected]>
Merge pull request #2181 from JustATrick/fix-check-leaks

fix check-leaks to catch a leak whose name begins with 'd'

github.com/mochajs/mocha - 1605548f480135d8df75912f81584b1908e58334 authored about 8 years ago by Christopher Hiller <[email protected]>
lints more files; add more files to lint check; closes #2457

github.com/mochajs/mocha - 239d6d257e925b9cffa2a7f58b89c79060587c6f authored about 8 years ago by Christopher Hiller <[email protected]>
adds *.orig to .gitignore

github.com/mochajs/mocha - 0aa932b67b059e394f22db0062e7cffba09d56f4 authored about 8 years ago by Christopher Hiller <[email protected]>
fix bad formatting in CLI options headers; closes #51

github.com/mochajs/mocha - f3b58f1e62483801d917804f954a277fc85c0841 authored about 8 years ago by Christopher Hiller <[email protected]>
Fix usage of `done()` on error (#46)

github.com/mochajs/mocha - 307c27126e310b8d1f1387d390ddb7113928c05a authored about 8 years ago by Philip M. White <[email protected]>
Basic docs for XUnit reporter (#49)

* Basic docs for XUnit reporter

* better wording for xunit reporter doc

github.com/mochajs/mocha - b7872665585f77f7bcabb75b3a2007e271f5875e authored about 8 years ago by Slobodan Mišković <[email protected]>
update formatting for "landing" reporter text

github.com/mochajs/mocha - 520cb475b8c50cf00c7c6a936f45667aa7cbce37 authored about 8 years ago by Christopher Hiller <[email protected]>
Merge pull request #50 from APerson241/patch-1

Clarify landing strip docs

github.com/mochajs/mocha - e7a4d41dc6aa6525adcb900c22fc1a3d8e3b7c3e authored about 8 years ago by Christopher Hiller <[email protected]>
update favicon from @Alhadis

github.com/mochajs/mocha - 25c439e920f18ede5dc473ff142f0007d176f69c authored about 8 years ago by Christopher Hiller <[email protected]>
Update favicon

Fixes #41.

github.com/mochajs/mocha - da81e28081a34c655ce6d4006219e95163064474 authored about 8 years ago by Alhadis <[email protected]>
Release v3.0.2

github.com/mochajs/mocha - 2a510800bd13f095ebea3b5ae6bf6e25206d8628 authored over 8 years ago by Christopher Hiller <[email protected]>
prep release v3.0.2 [ci skip]

github.com/mochajs/mocha - f811d4426ded28eb0abc78ea09c741ba54a778f1 authored over 8 years ago by Christopher Hiller <[email protected]>
avoid define() calls in dependencies; closes #2424 (#2425)

github.com/mochajs/mocha - bbc1682525ae539bdff022960b0411eac0f363b6 authored over 8 years ago by Christopher Hiller <[email protected]>
Merge pull request #2419 from not-an-aardvark/2417-only-within-only

fix .only suites nested within each other

github.com/mochajs/mocha - 2f21eb05b1466cc013841b022bd17120ba7df2ce authored over 8 years ago by Christopher Hiller <[email protected]>
remove references to json-cov and html-cov reporters from executable

github.com/mochajs/mocha - 53344e9b19520a2d91ab0ffa6bc5465d6b590676 authored over 8 years ago by Christopher Hiller <[email protected]>
fix .only suites nested within each other; closes #2417

github.com/mochajs/mocha - 85315850b28861d7b1e255a86c05f3c3da7bd4af authored over 8 years ago by not-an-aardvark <[email protected]>
Release v3.0.1

github.com/mochajs/mocha - 6a401c74c8f990e9c9d74e826bb56c449e1c1c3b authored over 8 years ago by Christopher Hiller <[email protected]>
update CHANGELOG.md; rebuild [ci skip]

github.com/mochajs/mocha - 3b967baa7585f9815c25412e335815cd954ebda9 authored over 8 years ago by Christopher Hiller <[email protected]>
Merge pull request #2411 from not-an-aardvark/2406-nested-describe-only

fix nested describe.only suites; closes #2406

github.com/mochajs/mocha - 8afe66169f4fe89124c1785c3f029fd3d4f1dcb9 authored over 8 years ago by Christopher Hiller <[email protected]>
fix nested describe.only suites; closes #2406

github.com/mochajs/mocha - 8cae7a34f0b6eafeb16567beb8852b827cc5956b authored over 8 years ago by not-an-aardvark <[email protected]>
Clarify landing strip docs

It's not clear that the specified value for REPORTER has to be exactly `landing`, not `landingst...

github.com/mochajs/mocha - 4e814ed32f1366edc8075ecf4ce1c77d5534d876 authored over 8 years ago by APerson <[email protected]>
Merge pull request #48 from mochajs/v3.0.0

updates for v3.0.0

github.com/mochajs/mocha - 10736418b6a2ed2397cb3020f752f77741a98f62 authored over 8 years ago by Christopher Hiller <[email protected]>
update date in CHANGELOG.md [ci skip]

github.com/mochajs/mocha - 4ad372b9850d29ec8f65567b1a1f257943deb5a6 authored over 8 years ago by Christopher Hiller <[email protected]>
Release v3.0.0

github.com/mochajs/mocha - e8cda7399efe1f8f1da97d8295ad323f9c64c8aa authored over 8 years ago by Christopher Hiller <[email protected]>
rebuild mocha.js

github.com/mochajs/mocha - 4944e31ff60105815f4b314996a9861e73f6bfd2 authored over 8 years ago by Christopher Hiller <[email protected]>
fix bad merge of karma.conf.js

github.com/mochajs/mocha - 16762d1a521c6ea2231e9c3376aa8e2acfc8fb2b authored over 8 years ago by Christopher Hiller <[email protected]>
Release v3.0.0-2

github.com/mochajs/mocha - 61845293bfde4f0b5f106c54aa95c1933034533a authored over 8 years ago by Christopher Hiller <[email protected]>
add bower.json to published package for npmcdn support [ci skip]

github.com/mochajs/mocha - 0e2e49b0d4fa7e0f349bed70862c8099f3f3596f authored over 8 years ago by Christopher Hiller <[email protected]>
rebuild mocha.js

github.com/mochajs/mocha - 4b4009b8e614a2adbb2511e696b39ef85ec08179 authored over 8 years ago by Christopher Hiller <[email protected]>
Remove carriage return before each test line in spec reporter. Served no purpose

github.com/mochajs/mocha - 874150654f83081a51084cb48d40ea4f74d29d4d authored over 8 years ago by Peter Müller <[email protected]>
fix incorrect executable name with new version of commander

- yuck

github.com/mochajs/mocha - 740a511ece291d86b4fcc6cd75a34d2044b25f4e authored over 8 years ago by Christopher Hiller <[email protected]>
drop jsoncov/htmlcov reporters; closes #2356

github.com/mochajs/mocha - 0e3c238635857a2ffb15591b9444cac6e3302a48 authored over 8 years ago by Christopher Hiller <[email protected]>
add note about spec reporter to CHANGELOG.md [ci skip]

github.com/mochajs/mocha - 2f9a40932f3cfe717516c5437659feebdd90b578 authored over 8 years ago by Christopher Hiller <[email protected]>
fixed typo in mocha.css introduced by 185c0d902e272216232630fe4e2577268456dd9a [ci skip]

github.com/mochajs/mocha - 7c0284be1718521e46017fc4f68d2f50e37b8219 authored over 8 years ago by Christopher Hiller <[email protected]>
add "logo" field to package.json [ci skip]

github.com/mochajs/mocha - 309b8f25b1b28348319bb48f1d51a8556d55d3e2 authored over 8 years ago by Christopher Hiller <[email protected]>
update woefully out-of-date bower.json [ci skip]

github.com/mochajs/mocha - f45598913a09c07e29db8cf8bac19d6156a98bc7 authored over 8 years ago by Christopher Hiller <[email protected]>
fix broken/wrong URLs in CHANGELOG.md [ci skip]

github.com/mochajs/mocha - d367bc76fd958b3bb564233f6f4513af69ff7dab authored over 8 years ago by Christopher Hiller <[email protected]>
update CHANGELOG [ci skip]

github.com/mochajs/mocha - e3ab4ec4e29ee7beb419cb0e0309ccd804e19517 authored over 8 years ago by Christopher Hiller <[email protected]>
fix some modules which should be ignored in karma config

github.com/mochajs/mocha - 4c5c97832e795d6bd9c9e98be6a4d46cb4dc9872 authored over 8 years ago by Christopher Hiller <[email protected]>
let child suites run if parent is exclusive; closes #2378 (#2387)

- includes some more refactoring of interface code into `lib/interfaces/common.js` for DRY (stil...

github.com/mochajs/mocha - 0cd9dc92485692169a769865e807f5b74d9f33d1 authored over 8 years ago by Christopher Hiller <[email protected]>
markdown fixes for CHANGELOG.md [ci skip]

github.com/mochajs/mocha - cab1e43a36dbf9d11c35aa47433a9a8efcf33fc1 authored over 8 years ago by Christopher Hiller <[email protected]>
add missing "homepage" to package.json [ci skip]

github.com/mochajs/mocha - 635cb3eeeae6aac13c9335abda24ed439c4b93b0 authored over 8 years ago by Christopher Hiller <[email protected]>
fix bad reference to to-iso-string in test

github.com/mochajs/mocha - d0d5e507edea951c77cdcd546a674c00200e726e authored over 8 years ago by Christopher Hiller <[email protected]>
suppress warning about .eslintignore when running ESLint

github.com/mochajs/mocha - 517020b326de8395d972df3a3369c7f1dc2cb7bd authored over 8 years ago by Christopher Hiller <[email protected]>
copy to-iso-string; closes #2378

github.com/mochajs/mocha - 08a6ccf0c40b892990a0ac702337cb7f36a2b6d4 authored over 8 years ago by Christopher Hiller <[email protected]>
added changes to CHANGELOG.md [ci skip]

github.com/mochajs/mocha - 74940ef1ba79170944f824edc23518d6bbad24ac authored over 8 years ago by Christopher Hiller <[email protected]>
tweak wording on "overspecification" exception

github.com/mochajs/mocha - bf216d5509003aa83a6ea54fb2893e0285259640 authored over 8 years ago by Christopher Hiller <[email protected]>
wip CHANGELOG update

github.com/mochajs/mocha - 3a3a6991d111091b6afc034f94132438a03c2f02 authored over 8 years ago by Christopher Hiller <[email protected]>
display executed commands in Makefile for debugging

github.com/mochajs/mocha - 5c3445117b9e1018b7cd68e3ebfa594916e3c1b8 authored over 8 years ago by Christopher Hiller <[email protected]>
fix mocha.js target

- remove non-existent files (`SUPPORT`)
- add `browser-entry.js`

github.com/mochajs/mocha - 19131e39ce98c1bbf2cb20459844f0d94ce57d0d authored over 8 years ago by Christopher Hiller <[email protected]>
remove references to test-outputs/ dir, which is unused

github.com/mochajs/mocha - 4de8045c185ae22bee09acfba799727ce99339ee authored over 8 years ago by Christopher Hiller <[email protected]>
Release v3.0.0-1

github.com/mochajs/mocha - 733ca2988a8ec241f33a73bb4cc73b583cb5daee authored over 8 years ago by Christopher Hiller <[email protected]>
rebuild

github.com/mochajs/mocha - f79488200cd271c0fe64a9559517180d5bd5cadd authored over 8 years ago by Christopher Hiller <[email protected]>
Upgrade eslint package to 2.13 version (#2389)

Rules space-after-keywords and space-return-throw-case merged into keyword-spacing

github.com/mochajs/mocha - f0b184e178f2dbdda3fac37eb3f74053be9f308e authored over 8 years ago by Anton <[email protected]>
change repo url to https scheme instead of git

github.com/mochajs/mocha - 982fa558b6ce885e67c60db2ca67a81581fa23a1 authored over 8 years ago by Christopher Hiller <[email protected]>
remove redundant "licenses" field and deprecated "engineStrict" from package.json

github.com/mochajs/mocha - 0ad80bc2535bf8e87261bf7ad6af35111db870a1 authored over 8 years ago by Christopher Hiller <[email protected]>
update travis.yml and karma to upload karma bundles to S3 for debugging

github.com/mochajs/mocha - 522d943be1a982a8cd456a15f28f2f9fcc59873b authored over 8 years ago by Christopher Hiller <[email protected]>
add browser-stdout to dependencies

- addresses issue wherein mocha possibly cannot be browserified with a production install

github.com/mochajs/mocha - 15c344c067884cf4856bf0c4235d81be688d54d5 authored over 8 years ago by Christopher Hiller <[email protected]>
add production "sanity" check to Travis CI

github.com/mochajs/mocha - 84b181a46157b72bbee5fb7323d3bca3e6e3ed42 authored over 8 years ago by Christopher Hiller <[email protected]>
revert changes that broke a regression test fixture

github.com/mochajs/mocha - c59c0431060378bd97614cf9fbc5d94ebc439019 authored over 8 years ago by Christopher Hiller <[email protected]>
drop component support; closes #2269

github.com/mochajs/mocha - d08b82f4364993e246cecf159c1db8a532d20ae2 authored over 8 years ago by Christopher Hiller <[email protected]>
Release v3.0.0-0

github.com/mochajs/mocha - 925ce9fe829132ab1a95524aaeba5e44ad78345c authored over 8 years ago by Christopher Hiller <[email protected]>
build for prerelease

github.com/mochajs/mocha - 76ecc39c006e7ddd83fedae85da6721820539fac authored over 8 years ago by Christopher Hiller <[email protected]>
update contributors [ci skip]

- used [update-contributors](https://www.npmjs.com/package/update-contributors), sorted ascendin...

github.com/mochajs/mocha - 47cb3bb10e462a13da98284af5d0a1cc5a261a7d authored over 8 years ago by Christopher Hiller <[email protected]>
increase timeout in test/color.js for AppVeyor

github.com/mochajs/mocha - 37abf8c26b369cc0f8f2bc711916afc956f7f26c authored over 8 years ago by Christopher Hiller <[email protected]>
ensure bundle dir is set before trying to write somewhere in Karma

github.com/mochajs/mocha - 7240300672a2fc2faeec803568a7969ee8b316c8 authored over 8 years ago by Christopher Hiller <[email protected]>
increase integration test timeouts across-the-board for AppVeyor

github.com/mochajs/mocha - b45b3c883870d022336c896c36801319f05122ae authored over 8 years ago by Christopher Hiller <[email protected]>
downgrade lodash.create to v3 for ES3

github.com/mochajs/mocha - c9166031ba39ad2d3f7433faeab753123d3a536e authored over 8 years ago by Christopher Hiller <[email protected]>
split up matrix a bit

github.com/mochajs/mocha - 27dd1532bc9916afbeaa9d90e8a89362657337e2 authored over 8 years ago by Christopher Hiller <[email protected]>
caching doesn't work; forget it

github.com/mochajs/mocha - 2ea802da0551d443de3805b5451fb7676e9b3de4 authored over 8 years ago by Christopher Hiller <[email protected]>
fail fast in CI; try to cache phantom binary; enable artifact addon

github.com/mochajs/mocha - 864e5fa092881c5a72f8629bebf5968397786b19 authored over 8 years ago by Christopher Hiller <[email protected]>
generate build artifacts from bundled test files

github.com/mochajs/mocha - 03464ff0c0238beb213497891c2c4930b59de60a authored over 8 years ago by Christopher Hiller <[email protected]>
Use more visually-distinctive characters on the 'dot' reporter

github.com/mochajs/mocha - 1ab7d084fd10877a5213c518c11935f6687e3066 authored over 8 years ago by ELLIOTTCABLE <[email protected]>
downgrade diff for ES3

github.com/mochajs/mocha - 7c81b1b1b5dd49be41d9f77070a2e3462efe1c8a authored over 8 years ago by Christopher Hiller <[email protected]>
fix .PHONY [ci skip]

github.com/mochajs/mocha - f9216238a69002370934339ae28896c11cfc21c3 authored over 8 years ago by Christopher Hiller <[email protected]>
feat(runner): fix '.only()' exclusive feature, #1481

This PR fix #1481, and also extends the .only() behaviour.
(i.e: it's not use grep anymore, supp...

github.com/mochajs/mocha - cddbe529f35acb534de48471345e92be114cf9b9 authored over 8 years ago by Ariel Mashraki <[email protected]>
fix wonky lookupFiles test; closes #2347

github.com/mochajs/mocha - cbf9bca72345f8a909bbaea37b9f1bd6fe07525f authored over 8 years ago by Christopher Hiller <[email protected]>
fixup merge for pr #1809

github.com/mochajs/mocha - 829928e54346ddf6d6c02dd0c702017dbd71b431 authored over 8 years ago by Christopher Hiller <[email protected]>
fix(Suite/Test): untitled suite/test-case #1632

Throw a user-friendly error when the suite title or the test-case title
isn't provided.

github.com/mochajs/mocha - 7910a9208b71113832949f09e901f64f72d87a9a authored over 8 years ago by Ariel Mashraki <[email protected]>
upgrade diff back to original

github.com/mochajs/mocha - 9efb860bb8c7b1f3c6cae51e040980f2d5b0581c authored over 8 years ago by Christopher Hiller <[email protected]>