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

Added issue, pull request templates. (#2869)

* docs(meta): Added issue, pull request templates. :scroll: [ci skip]

* Addressed PR#2869 com...

github.com/mochajs/mocha - 5895671b053cf8d0b51e1dfa72758307fec21c80 authored about 7 years ago by Kunal Nagpal <[email protected]>
Merge pull request #79 from angelicavalenta/patch-1

Add "Using async / await" section

github.com/mochajs/mocha - cab42bd49c692d7793d2aaf311052d1b18e73535 authored about 7 years ago by David da Silva <[email protected]>
Fix typo in "Using async / await" snippet

github.com/mochajs/mocha - 42eaa8983b670ac9e47f100f7c940c26d9274588 authored about 7 years ago by David da Silva <[email protected]>
Update index.md

Update docs to include async / await example

github.com/mochajs/mocha - dc0555a6cda34825034759a1816c8f2bdb41aaa0 authored about 7 years ago by Angelica Valenta <[email protected]>
Merge pull request #2918 from mochajs/no-shell-test

* Eliminate glob.sh

* Add tests for double-star behavior

* Work around Node 0.10 Windows f...

github.com/mochajs/mocha - 075bd51906b828812b320f33cd1c7fa60d1702f1 authored about 7 years ago by Scott Santucci <[email protected]>
Work around Node 0.10 Windows flake when testing

github.com/mochajs/mocha - 8710438c8de06b951b4ba99ac0e706c90fa94c91 authored about 7 years ago by ScottFreeCode <[email protected]>
Ensure that compiler lookup works and not just that transpilation works (#2922)

Test compilers lookup

github.com/mochajs/mocha - 13b83402cb735de0b39313904ea87fd9b3c2154f authored about 7 years ago by Scott Santucci <[email protected]>
Add tests for double-star behavior

github.com/mochajs/mocha - 26d337aa1b7589f66dbbfe49ff9ff9821ca96897 authored about 7 years ago by ScottFreeCode <[email protected]>
Eliminate glob.sh

github.com/mochajs/mocha - c0e6b68847e5bc414e5c158116caec2b089707c6 authored about 7 years ago by ScottFreeCode <[email protected]>
Release v3.5.0

github.com/mochajs/mocha - 82d879f5f9fcd28953a585683809221ac4f86fab authored about 7 years ago by Christopher Hiller <[email protected]>
update mocha.js for v3.5.0

github.com/mochajs/mocha - bf687ceaa854591cc8c1b0f8ba029db1312740f5 authored about 7 years ago by Christopher Hiller <[email protected]>
update date for release of v3.5.0 in CHANGELOG [ci skip]

github.com/mochajs/mocha - ec73c9a7d3f2bb2fa55ccb7a52b729ef03cc35a9 authored about 7 years ago by Christopher Hiller <[email protected]>
update CHANGELOG.md for v3.5.0 [ci skip]

github.com/mochajs/mocha - 1ba2cfc10a59b554be5b2f8cb7b70717940a50c9 authored about 7 years ago by Christopher Hiller <[email protected]>
remove custom install script from travis (no longer needed)

github.com/mochajs/mocha - 065e14ef41a3c54de2c66c0fd930c1d6667b5402 authored about 7 years ago by Christopher Hiller <[email protected]>
update karma-sauce-launcher URL for npm@5

- maintain compat with npm@2

github.com/mochajs/mocha - 4e870467aa41221e66bfc9cde4631da6b8f43aab authored about 7 years ago by Christopher Hiller <[email protected]>
increase timeout for slow-grepping test

github.com/mochajs/mocha - 6886ccca61a589ff43d322fdaee621122807cdba authored about 7 years ago by Christopher Hiller <[email protected]>
Make dependencies use older version of readable-stream to work around incompatibilities introduced by 2.3.0 on June 19th

github.com/mochajs/mocha - 2408d9067483451fdd40eed98399db958f7bf672 authored about 7 years ago by ScottFreeCode <[email protected]>
Try not clearing the env for debug in the integration test and see if that fixes Node 0.10 on AppVeyor; if need be, some other fix/workaround can be applied to handle whatever was up with debug without causing this issue

github.com/mochajs/mocha - 68a1466a5ec56f7477a2f14cd327bdcabc3727e3 authored about 7 years ago by ScottFreeCode <[email protected]>
Update new tests to work in browser per test hierarchy reorganization

github.com/mochajs/mocha - 958fbb4509eb4e28eee6623b297e60fa48ebeffe authored about 7 years ago by ScottFreeCode <[email protected]>
Merge pull request #2704 from seppevs/increase_test_coverage_of_mocha_js

increase test coverage of mocha.js

github.com/mochajs/mocha - 1df7c9471cf617df9e25900ec374a37a9171d8c0 authored about 7 years ago by Peter Müller <[email protected]>
Stop timing out (#2889)

Corrects a bug in #2860

github.com/mochajs/mocha - 1f270cd4503ab3f83af4d98fb3b38d55572e468f authored over 7 years ago by Scott Santucci <[email protected]>
upgrade to [email protected]; closes #2859 (#2860)

* upgrade to [email protected]; closes #2859

- ensure we can run the test suite with `DEBUG=mocha*`...

github.com/mochajs/mocha - 27c749655e6874e6d83aed8c90766367c8cba42a authored over 7 years ago by Christopher Hiller <[email protected]>
fix CI; closes #2867 (#2868)

* load karma plugins explicitly; closes #2867

* don't use "should" for unit tests; closes #28...

github.com/mochajs/mocha - 50fc47d1b46cd75850b87dee99603132941cad91 authored over 7 years ago by Christopher Hiller <[email protected]>
Add test for ignoreLeaks and fix descriptions

github.com/mochajs/mocha - 1b1377c4048e0b6de93a0b9b7aa9d568c7ef6fba authored over 7 years ago by Sebastian Van Sande <[email protected]>
increase test coverage of mocha.js

github.com/mochajs/mocha - ebb7b48b76a5f07d653270ebc4a5401bc865765a authored over 7 years ago by Sebastian Van Sande <[email protected]>
Linting

github.com/mochajs/mocha - a763592308faa147f00579a94fb788627bcc0936 authored over 7 years ago by Peter Müller <[email protected]>
Linting: enforce unix line endings. Closes #2800

github.com/mochajs/mocha - 7647e1820a9720e9d4b4f837aef1fd1a69c5b876 authored over 7 years ago by Peter Müller <[email protected]>
reorganize test hierarchy; closes #2838

github.com/mochajs/mocha - f20de56637b2223f614ce40adc0d41a58030f042 authored over 7 years ago by Christopher Hiller <[email protected]>
Add --forbid-only and --forbid-pending options (#2696)

* add --production option

* update comment

* fix lint

* add tests

* remove only

*...

github.com/mochajs/mocha - 2bc9c4d1d638c8a95250757dd23724f788918abe authored over 7 years ago by Charlie Rudolph <[email protected]>
ignore lockfiles for now

github.com/mochajs/mocha - 2928b38000f316fc8453f86d9df79cdffe6448ff authored over 7 years ago by Christopher Hiller <[email protected]>
fixed array test name in mocha/test/browser/index.html

github.com/mochajs/mocha - 95cf2c4cce29643243b14f6b78a31c20c4d4deb8 authored over 7 years ago by Poprádi Árpád <[email protected]>
Pass flags for NAPI modules

This change enables testing of NAPI modules[1]. This is achieved
by passing the appropriate flag...

github.com/mochajs/mocha - c0b5990e68c3bdb0e3902fa078add16f5989f9d0 authored over 7 years ago by Jupp Müller <[email protected]>
Set Node.js v.8 as a default version

github.com/mochajs/mocha - e00d27bde9ce06fd25da9da6bd5f43e641631315 authored over 7 years ago by elergy <[email protected]>
Declare main eslintrc as `root` (#2830)

It will prevent config lookup to exit Mocha's project folder.

github.com/mochajs/mocha - 10e5ada8407eeb3081061ee5c6b53c5b8f5241c6 authored over 7 years ago by David da Silva <[email protected]>
increase timeout on http-meta tests

github.com/mochajs/mocha - acd77015bd6af6675472c0ea71de40401ea25984 authored over 7 years ago by Christopher Hiller <[email protected]>
Remove not-longer-necessary `run` global in .estlintrc (#2831)

Sindre already merged it.

github.com/mochajs/mocha - a054380203d1d7f271ff0649656779915ac28e63 authored over 7 years ago by David da Silva <[email protected]>
revert 93392dd; downgrade to phantomjs v1.9.8; closes #2840 (#2841)

github.com/mochajs/mocha - 4aaaaddef40c4cfb7e3ed88a926b7ac3fcd5a3a1 authored over 7 years ago by Christopher Hiller <[email protected]>
Added code of conduct (#2832)

Added code of conduct, resolves #2135 [ci skip]

github.com/mochajs/mocha - 99b282b94c616dc803fc5f00f68cfb854908f263 authored over 7 years ago by Kunal Nagpal <[email protected]>
update README.md with current status [ci skip]

github.com/mochajs/mocha - 2760d7e8afa4f0e80ceec367ce984a3586d9ed72 authored over 7 years ago by Christopher Hiller <[email protected]>
remove greenkeeper config from package.json [ci skip]

github.com/mochajs/mocha - e806ea643eefc122c631e635abc09a42dc7d04ae authored over 7 years ago by Christopher Hiller <[email protected]>
move CONTRIBUTING.md to .github/CONTRIBUTING.md [ci skip]

github.com/mochajs/mocha - 488385a6cbca90795a1bc04518b2a61c4cf65571 authored over 7 years ago by Christopher Hiller <[email protected]>
add config for probot-stale integration

github.com/mochajs/mocha - eee62beca1deb2e6e84e14a001276c1978833f05 authored over 7 years ago by Christopher Hiller <[email protected]>
Add missing #2778 link in Changelog

github.com/mochajs/mocha - 82ced23fe8aa5a279f236dbfc16409609119e0bb authored over 7 years ago by David da Silva <[email protected]>
:ship: Release v3.4.2

github.com/mochajs/mocha - a15b20aca567a2e57129bccae773e782796bfaa3 authored over 7 years ago by David da Silva <[email protected]>
:memo: Add Changelog for v3.4.2

github.com/mochajs/mocha - fc802a9ea5665dada4ae9f30738a34f237036aa3 authored over 7 years ago by David da Silva <[email protected]>
Eagerly set process.exitCode (#2820)

To workaround process being terminated earlier than expected.

Simpler version of PR #2714 whi...

github.com/mochajs/mocha - 10ff0ec56932e575d93066de0c602c4c854072db authored over 7 years ago by Chris <[email protected]>
Merge pull request #2818 from makepanic/issue/2802

Remove call to deprecated os.tmpDir (#2802)

github.com/mochajs/mocha - fc3569114f795801920ad0728638d1ac017b3809 authored over 7 years ago by Scott Santucci <[email protected]>
Remove call to deprecated os.tmpDir (#2802)

github.com/mochajs/mocha - 3e7152f1bbcf0715d115a2281383c6d84fa47462 authored over 7 years ago by Christian <[email protected]>
Merge pull request #2807 from mochajs/npm-script-lint

Move linting into an npm script. Relates to #2805

github.com/mochajs/mocha - e2494340a4dcf7514f97242a468a8866c43aa51a authored over 7 years ago by Peter Müller <[email protected]>
Move linting into an npm script. Relates to #2805

github.com/mochajs/mocha - 17a177011d3cd398a171ac12c32ae3b95831f142 authored over 7 years ago by Peter Müller <[email protected]>
v3.4.1

github.com/mochajs/mocha - ac0c1c8382a50963425e00d306e4d158f6bfd9c3 authored over 7 years ago by ScottFreeCode <[email protected]>
:ship: Release v3.4.0

github.com/mochajs/mocha - 64d96d33e4ff3d266b150bb27f2103b833e1fa7b authored over 7 years ago by ScottFreeCode <[email protected]>
Force rebuild of mocha.js on npm version

github.com/mochajs/mocha - 4e3252ef4adaddcf9ed15bcd3abbb3c94029c7a3 authored over 7 years ago by ScottFreeCode <[email protected]>
Add Changelog for v3.4.0

github.com/mochajs/mocha - 7554b310d830353db554bc0e67649eb3e9e4cb32 authored over 7 years ago by Scott Santucci <[email protected]>
Add `--trace-warnings` flag

github.com/mochajs/mocha - 9f7f7edef19e5de7fc6a9f1ce969bf8579fa61ee authored over 7 years ago by Jakob Krigovsky <[email protected]>
Add `--no-warnings` flag

github.com/mochajs/mocha - 92561c833cfb9bb4122a22044103c8e3713f3c6d authored over 7 years ago by Jakob Krigovsky <[email protected]>
Revert "use `semistandard` directly"

This reverts commit bb70b188078b8db00e08b76b26489350dce38c99.

github.com/mochajs/mocha - dcfc09425c1569ec203ad7f93f972b0d71bbcb69 authored over 7 years ago by Christopher Hiller <[email protected]>
lint test/integration/fixtures/simple-reporter.js

github.com/mochajs/mocha - ceee976873cd3fe0558e3373a407bafaf4bb5bad authored over 7 years ago by Christopher Hiller <[email protected]>
no special case for macOS running Karma locally

- also, reformat a conditional

https://github.com/ariya/phantomjs/issues/14558 was causing seg ...

github.com/mochajs/mocha - 93392ddb061e6870eb3fc524a7eff600c881cef3 authored over 7 years ago by Christopher Hiller <[email protected]>
fix allowUncaught in browser

squashed:
- Setup error handler when allowUncaught. (f76afbc)
- Avoid calling done() twice. (dae...

github.com/mochajs/mocha - fb1e0830b5e235326b58b25da9f07c42da363404 authored over 7 years ago by Laurence Rowe <[email protected]>
--allow-uncaught cli option

github.com/mochajs/mocha - 4d1d91d68d88a394429cd70a9b15f4fb60fe5e6b authored over 7 years ago by Laurence Rowe <[email protected]>
Add license report and scan status

Followup to @kborchers's email on JSF adopting FOSSA for license scanning. We're currently mergi...

github.com/mochajs/mocha - 4ed3fc58a3ba95a6420086d7af0d0a032308e36a authored over 7 years ago by Kevin Wang <[email protected]>
:ship: Release v3.3.0

github.com/mochajs/mocha - fb1687ec16e8ae347ca4498560f984e575224d59 authored over 7 years ago by David da Silva <[email protected]>
Add Changelog for v3.3.0

github.com/mochajs/mocha - 1943e029da1d420e027ad8b5875c0e03e43b86c4 authored over 7 years ago by David da Silva <[email protected]>
Fix spec paths in test HTML files

github.com/mochajs/mocha - 9bd9389c58e81b10bef9f4b2e5a54b77a026d2d0 authored over 7 years ago by David da Silva <[email protected]>
Refactor literal play-icon hex code to a var

github.com/mochajs/mocha - 861e968b516613a9f1d964668660450b446750dc authored over 7 years ago by David da Silva <[email protected]>
Fix typo in karma.conf.js

github.com/mochajs/mocha - 1d3c5bcc945a2cf8ff3c640f7d3358b1a639bb4e authored over 7 years ago by David da Silva <[email protected]>
Adds tests for loading reporters w/ relative/absolute paths (#2773)

* Adds tests for loading reporters w/ relative/absolute paths

* Fixes the test based on CR

...

github.com/mochajs/mocha - 0a93024b475e58e75c5def6b2f5228bd363874de authored over 7 years ago by Sulabh Bista <[email protected]>
Comment special treatment of '+' in URL query parsing

github.com/mochajs/mocha - 73929ad851434a7253252ad054d37c40f9c692b9 authored over 7 years ago by David da Silva <[email protected]>
Merge pull request #2769 from igwejk/support_inspect_break_in_opts

Support `--inspect-brk` on command-line

github.com/mochajs/mocha - e2c9514ace6561f482731be39c8f2e8917cdc9aa authored over 7 years ago by Scott Santucci <[email protected]>
Support `--inspect-brk` on command-line

github.com/mochajs/mocha - 038c63636f435c599f1b20d9f515c2dfbdc501e8 authored over 7 years ago by Igwe Kalu <[email protected]>
Merge pull request #2727 from lamby/reproducible-build

Please make the build reproducible.

github.com/mochajs/mocha - b4ebabd1b76c02cbadd544544fb4b171a84ea698 authored over 7 years ago by Scott Santucci <[email protected]>
Please make the build reproducible.

Whilst working on the Reproducible Builds effort [0], we noticed
that node-mocha could not be bu...

github.com/mochajs/mocha - 882347bb095ffb28f10e4a8897d79155d833bc1b authored over 7 years ago by Chris Lamb <[email protected]>
Merge pull request #2703 from seppevs/cover_utils_some_fn_with_tests

cover .some() function in utils.js with tests

github.com/mochajs/mocha - a2fc76c1c0e78955763ab29079792a3178eaf9bd authored over 7 years ago by Peter Müller <[email protected]>
cover .some() function in utils.js with tests

github.com/mochajs/mocha - ed61cd0d2bd9313ef5288ca10e8f4e5e294cde1a authored over 7 years ago by Sebastian Van Sande <[email protected]>
Merge pull request #2701 from craigtaub/landingSpec

Increase tests coverage for landing, min, tap and list reporters

github.com/mochajs/mocha - f42cbf4c9208180d5267488b42536b5feb8080de authored over 7 years ago by Peter Müller <[email protected]>
use stubbed symbol

github.com/mochajs/mocha - 60652429a1f6ac5117488a406efc1fae28ef8c6f authored over 7 years ago by Craig Taub <[email protected]>
fix lint error

github.com/mochajs/mocha - 614190daad082569b8e453aca6f859638056745b authored over 7 years ago by Craig Taub <[email protected]>
use variable for assertion

github.com/mochajs/mocha - be441b35d09d8921bbd0efc2a7ed4ba4fdbe529c authored over 7 years ago by Craig Taub <[email protected]>
100% list reporter

github.com/mochajs/mocha - 3b9c6c93a70aae2759734459415c617f2671f587 authored over 7 years ago by Craig Taub <[email protected]>
100% coverage for tap

github.com/mochajs/mocha - 3e2c010e712dd0d2887c2e6ec3f90eb61641cb4c authored over 7 years ago by Craig Taub <[email protected]>
min reporter 100% coverage

github.com/mochajs/mocha - 474a6cbe5a3c2b333b14f2b0332a2f3574eace40 authored over 7 years ago by Craig Taub <[email protected]>
landing reporter 100%

github.com/mochajs/mocha - 64c7051d5bc7f6126d720ff0da11e7387a2f82c0 authored over 7 years ago by Craig Taub <[email protected]>
Merge pull request #2699 from craigtaub/jsonStreamCoverage

Increase tests coverage for json-stream, markdown and progress reporters

github.com/mochajs/mocha - d051ec1815746bb08b5cda51e20e2c543586a978 authored over 7 years ago by Peter Müller <[email protected]>
remove mistaken arrow functions

github.com/mochajs/mocha - 5eac3a06042e5d5db6ce4450f323152d2dd11f16 authored over 7 years ago by Craig Taub <[email protected]>
fix spec typo

github.com/mochajs/mocha - 6e52f408c0f84ca9e2a5a0d584a5829757aaaebd authored over 7 years ago by Craig Taub <[email protected]>
catch when line not changed

github.com/mochajs/mocha - e82c671c26740b8dc802526de84605dca663d2f0 authored over 7 years ago by Craig Taub <[email protected]>
added test for progress reporter

github.com/mochajs/mocha - fd6e9799eae78e6fd974f3ef23306d19188fc0d5 authored over 7 years ago by Craig Taub <[email protected]>
100% markdown coverage

github.com/mochajs/mocha - d7846b672813d25946f50bcd34ab4874dbdd33ef authored over 7 years ago by Craig Taub <[email protected]>
added 100% coverage for json stream

github.com/mochajs/mocha - b4bf1f4cda8df16954b0ba604928af57bb1e361e authored over 7 years ago by Craig Taub <[email protected]>
Merge pull request #2698 from craigtaub/xunitCoverage

Increase tests coverage for xunit reporter

github.com/mochajs/mocha - b0554ae67726805d1102563522729abcd3221b8d authored over 7 years ago by Peter Müller <[email protected]>
remove accidental arrow function

github.com/mochajs/mocha - eb63837b8328359cd2f70e962b4c9f5f577d8a01 authored over 7 years ago by Craig Taub <[email protected]>
xunit 100% coverage

github.com/mochajs/mocha - a4f6ef4943c0ee88c2fbbbc1aeca97536fafd712 authored over 7 years ago by Craig Taub <[email protected]>
Merge pull request #2695 from craigtaub/nyanReporterSpec

Increase tests coverage for nyan reporter to 100%

github.com/mochajs/mocha - bc06b855781f4748a01e495289e31e999f7ee84e authored over 7 years ago by Peter Müller <[email protected]>
Typo in test suite name

github.com/mochajs/mocha - 94f20238dfc108a0e0f493748ed7eab0bbb1be1c authored over 7 years ago by Peter Müller <[email protected]>
tidy up spec name

github.com/mochajs/mocha - 00d40c98f4774ce0d6ace34b6827697a576fd3dc authored over 7 years ago by Craig Taub <[email protected]>
broke draw() down into seperate function tests

github.com/mochajs/mocha - 443bd0cb7c27f9ba396adc6a0e8356c53bb61018 authored over 7 years ago by Craig Taub <[email protected]>
refactor tests which rely on TTY support

github.com/mochajs/mocha - 2b4eb7c7a2ae7891d64ed39a8efeff386526ff3c authored over 7 years ago by Craig Taub <[email protected]>
tidy draw test

github.com/mochajs/mocha - 5c904e00c705de0f0e0de413a8ab7f7a09ad6277 authored over 7 years ago by Craig Taub <[email protected]>
100% coverage of nyan

github.com/mochajs/mocha - 002a012da8a04c469665d0b89310543e108a8c53 authored over 7 years ago by Craig Taub <[email protected]>