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

Merge pull request #2691 from craigtaub/reporterCoverageSpec

Increase tests coverage for spec + dot reporters

github.com/mochajs/mocha - 503627c756cd4feef76772aafadccd0da255756f authored over 7 years ago by Peter Müller <[email protected]>
Merge pull request #2648 from kt3k/feature/simpler-semistandard

use `semistandard` directly

github.com/mochajs/mocha - dca2f00584872121f7a7a7a38b1de0c66f9a6bd0 authored over 7 years ago by Peter Müller <[email protected]>
catch all branches by adding window width tests

github.com/mochajs/mocha - 763698ce5cba9b25c229b75f972f7fdb1b8a5ff2 authored over 7 years ago by Craig Taub <[email protected]>
disable colors

github.com/mochajs/mocha - 5cd7c3ed4b648f15d58ba34c0d959a432eb118f4 authored over 7 years ago by Craig Taub <[email protected]>
100% coverage for dot and spec reporters

github.com/mochajs/mocha - 267ff661e0938e13f9ff237c99b2f27edbe70c86 authored over 7 years ago by Craig Taub <[email protected]>
use `semistandard` directly

github.com/mochajs/mocha - bb70b188078b8db00e08b76b26489350dce38c99 authored over 7 years ago by Yoshiya Hinosawa <[email protected]>
Merge pull request #2678 from coderbyheart/master

chore(Saucelabs): test on IE9, IE10 and IE11.

github.com/mochajs/mocha - f9acbf1845ebcd35f2346284e28e33b1adb420be authored over 7 years ago by Peter Müller <[email protected]>
Merge pull request #2690 from craigtaub/improveUnitCoverage

Increase tests coverage for doc reporter

github.com/mochajs/mocha - 6f482daf93d102bdce79f7842971ddb65a6884e4 authored over 7 years ago by Peter Müller <[email protected]>
add tests for indents and escaping

github.com/mochajs/mocha - f17245f7af0b0fb3e03dbffd1a2754b3e721c6e9 authored over 7 years ago by Craig Taub <[email protected]>
replace new with call

github.com/mochajs/mocha - 3d154c0f437c6b97fbc7c58dda1d47779b832c72 authored over 7 years ago by Craig Taub <[email protected]>
fix linting errors

github.com/mochajs/mocha - dc0132390478b5ba8d4b6b15d76579c79ebf4f96 authored over 7 years ago by Craig Taub <[email protected]>
updated spec message

github.com/mochajs/mocha - b8a62376c97e86ed4e81e9bd7682926ea7587a76 authored over 7 years ago by Craig Taub <[email protected]>
Increase tests coverage for doc reporter

github.com/mochajs/mocha - 4810446185a566b58805fb9b0cfd7a51fd3d6cbf authored over 7 years ago by Craig Taub <[email protected]>
chore(Saucelabs): test on IE9, IE10 and IE11.

Fixes #2344.

This moves the selection of the browsers to test to the travis build
script. The n...

github.com/mochajs/mocha - 1757161b5b536bb9bd1d8a81913f669331ce668c authored over 7 years ago by Markus Tacker <[email protected]>
fix "projects" link in README.md [ci skip]

github.com/mochajs/mocha - 13b6229e3425f51cbcf1963ede1596f0e6eff174 authored over 7 years ago by Christopher Hiller <[email protected]>
Merge pull request #2680 from epallerols/base-reporter

Increase tests coverage for base reporter

github.com/mochajs/mocha - 1158a990162d37ab1a3972a3036fa00d16d5680a authored over 7 years ago by Peter Müller <[email protected]>
Increase tests coverage for base reporter

github.com/mochajs/mocha - 0c41eff757482c6127c6151f201cecbd95affc7f authored over 7 years ago by Enric Pallerols <[email protected]>
Merge pull request #2669 from mochajs/avoid-dist-file-modification-in-test

Use temporary test-only build of mocha.js for browsers tests

github.com/mochajs/mocha - 4eada553b7ffc43f74e89e53d30e45dfb3d3e484 authored over 7 years ago by Peter Müller <[email protected]>
Use temporary test-only build of mocha.js for browsers tests. Avoids accidental check-ins of dist file in contributions

github.com/mochajs/mocha - 8a93a542f177c7cc66c2d45bc0f8cdcaf5f03ba5 authored over 7 years ago by Peter Müller <[email protected]>
Merge pull request #2675 from mochajs/issue/2478

limit browser concurrency on sauce; closes #2478 and #2667

github.com/mochajs/mocha - 52a19573fbf0a181258cae56dc4a3e52d7906732 authored over 7 years ago by Peter Müller <[email protected]>
Merge branch 'master' into issue/2478

github.com/mochajs/mocha - 91327ff891c6751b1b921d4d45530b9315663139 authored over 7 years ago by Christopher Hiller <[email protected]>
limit browser concurrency on sauce; closes #2478

github.com/mochajs/mocha - 808cd53d2fdd38d7f597ef8e513cd9e1ca3c960e authored over 7 years ago by Christopher Hiller <[email protected]>
add TODO to README.md [ci skip]

github.com/mochajs/mocha - fc1be2cc7804aaf00f761a7a3b18323e52c6f02f authored over 7 years ago by Christopher Hiller <[email protected]>
Added code coverage badge to README [ci skip]

github.com/mochajs/mocha - 3464e427053d39bb5aa0b944b6603534cdac252e authored over 7 years ago by Peter Müller <[email protected]>
Merge pull request #2672 from Munter/coverage-report

Coverage for node tests

github.com/mochajs/mocha - 24df20aedad6969c810d74b1f4993326ab442cf9 authored over 7 years ago by Peter Müller <[email protected]>
Set up travis to run coverage for Node 7 and post report to coveralls

github.com/mochajs/mocha - 820d61639a95e808d58ea73f0860f7e139b2b7da authored over 7 years ago by Peter Müller <[email protected]>
Move nyc configuration to .nycrc. Exclude tests from getting annotated for coverage

github.com/mochajs/mocha - 8750c3f5fb507018ac780ea4992a6191c494e2e1 authored over 7 years ago by Peter Müller <[email protected]>
Move coverage report aggregation out into npm scripts

github.com/mochajs/mocha - 532c0b86ff9b6b84d1915de3b2935c2e0205716c authored over 7 years ago by Peter Müller <[email protected]>
Generate coverage reports for node tests

github.com/mochajs/mocha - dec1cc5517a1ca01096efb4c016c3cc205994441 authored over 7 years ago by Christoph Neuroth <[email protected]>
Merge pull request #2670 from coderbyheart/patch-1

doc(CONTRIBUTING): fix link to org members

github.com/mochajs/mocha - eac6f3cb67367ee4b2335e3b7ccdf7937a1432b1 authored over 7 years ago by Peter Müller <[email protected]>
doc(CONTRIBUTING): fix link to org members

github.com/mochajs/mocha - 2ee108fd80e697d890ac5cf9261440be009cbd06 authored over 7 years ago by Markus Tacker <[email protected]>
Merge pull request #2653 from Scottkao85/patch-1

Update LICENSE

github.com/mochajs/mocha - c22736c26fc225f472d7ee70ea230b114e752114 authored over 7 years ago by Peter Müller <[email protected]>
Change copyright year to a range starting at first release

github.com/mochajs/mocha - 6d4ef092c145b8fa8560e5f7b5a27ff4aba41856 authored over 7 years ago by Peter Müller <[email protected]>
Merge pull request #73 from mtsmfm/update-usage

Add `--inspect`

github.com/mochajs/mocha - 2fa01fba5b975f8ed9fed0c16a5a4938bfb964be authored over 7 years ago by Peter Müller <[email protected]>
Add `--inspect`

https://github.com/mochajs/mocha/releases/tag/v3.2.0
https://github.com/mochajs/mocha/pull/2520

github.com/mochajs/mocha - 3037407d5959f671d0e33e1e00043bed36c5dd18 authored over 7 years ago by Fumiaki MATSUSHIMA <[email protected]>
Merge pull request #2659 from sul4bh/issue/2434

Adds support for loading reporter from an absolute or relative path.

github.com/mochajs/mocha - 8a3cab063cfe68fa2e9aea8feada23aaf1a4db6f authored over 7 years ago by Peter Müller <[email protected]>
Merge pull request #2660 from mochajs/increase-intergration-test-timeouts

Double timeouts on integration tests

github.com/mochajs/mocha - 2f106253f2af83563be0a51c8d31306e5b43d0e0 authored over 7 years ago by Peter Müller <[email protected]>
Merge pull request #2662 from rotemdan/replace_unicode_chars

Replaced embedded unicode characters in html reporter with their hex encoded equivalents

github.com/mochajs/mocha - de81203256e1b63dca1c00fa971ae3f298517056 authored over 7 years ago by Peter Müller <[email protected]>
Replaced embedded unicode characters in html reporter to their hex encoded equivalents.

github.com/mochajs/mocha - 4de2df4458190cc7842153b84db09e30b0a4b5b5 authored over 7 years ago by rotemdan <[email protected]>
Double timeouts on integration tests

The current timeout of 1000ms gives us a lot of false negatives on different node tests on Travi...

github.com/mochajs/mocha - ffc978a5c9713e11964d73b7e2d4c8a2db25067e authored over 7 years ago by Peter Müller <[email protected]>
Adds support for loading reporter from an absolute or relative path.

github.com/mochajs/mocha - 265299d47edb2556e0fee3e8e6685b643303e4f4 authored over 7 years ago by Sulabh Bista <[email protected]>
Merge pull request #2654 from mochajs/greenkeeper/debug-2.6.0

fix(package): update debug to version 2.6.0

github.com/mochajs/mocha - 0fd44d8dd7bc70aa718005700b0b2d6c9727b672 authored over 7 years ago by Peter Müller <[email protected]>
Merge branch 'master' into greenkeeper/debug-2.6.0

github.com/mochajs/mocha - 5246303e7533c9ba4c7fce5498ff343996fb59f6 authored over 7 years ago by Peter Müller <[email protected]>
fix(package): update diff to version 3.2.0

https://greenkeeper.io/

github.com/mochajs/mocha - 9a8b431b2cf4ed3a3b4ed7e806616dd353117fd1 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Update LICENSE

update copyright year

github.com/mochajs/mocha - bb01ba14c8204e5351c8fc99f6e4096a3dfc5f19 authored over 7 years ago by Scott Kao <[email protected]>
fix(package): update debug to version 2.6.0

Closes #2644

https://greenkeeper.io/

github.com/mochajs/mocha - 6f03ad3a6008ea618f977fa54325ab5e071ea198 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
allow + in "grep" querystring; closes #2626

github.com/mochajs/mocha - f6605cf012bef4353ef8824bccd10c36d828e06b authored almost 8 years ago by Christopher Hiller <[email protected]>
use trusty container in travis-ci; use "artifacts" addon (#2625)

* try beta trusty container on travis-ci; closes #2624

* remove unused environment from .trav...

github.com/mochajs/mocha - c82c49362971855a3cb4b1244ba7df8b3492b6a4 authored almost 8 years ago by Christopher Hiller <[email protected]>
Update dependencies to enable Greenkeeper 🌴 (#2621)

* update most dependencies (less `lodash.create` and `phantomjs`)
* lint fixes for ESLint
* sa...

github.com/mochajs/mocha - bb743fffd83d7c99748769dd8b73b35bb7f8dc96 authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
expand CONTRIBUTING.md; closes #2542 [ci skip]

github.com/mochajs/mocha - babbd6bb8ab50c0df6e823220289fc2efa36610b authored almost 8 years ago by Christopher Hiller <[email protected]>
remove bin/.eslintrc; ensure execs are linted

github.com/mochajs/mocha - 47ba479ba7b1cf7daef2e762f5a559a719857ab1 authored almost 8 years ago by Christopher Hiller <[email protected]>
add .nyc_output to .gitignore [ci skip]

github.com/mochajs/mocha - a92fed9a48a38bd27814258aa439ceb3cc53eeb9 authored almost 8 years ago by Christopher Hiller <[email protected]>
Please, include me to the list of contributors

This update includes me to the list of contributors in package.json
Couple years ago I did this...

github.com/mochajs/mocha - b44d4965da20057ba9f076bfd2c83163645c496c authored almost 8 years ago by Rustem Mustafin <[email protected]>
Release v3.2.0

github.com/mochajs/mocha - b51e36014d9c6db07aee3057579c35315ec4efd7 authored almost 8 years ago by Christopher Hiller <[email protected]>
rebuild mocha.js for release v3.2.0 [ci skip]

github.com/mochajs/mocha - 5badf0b986d1fae6ed4e551ed9aa8346de30f15e authored almost 8 years ago by Christopher Hiller <[email protected]>
update `CHANGELOG.md` for v3.2.0 [ci skip]

github.com/mochajs/mocha - b1d6b49afdc673426cc9b124d9b571850a624327 authored almost 8 years ago by Christopher Hiller <[email protected]>
use spec reporter in tests by default; closes #2594

github.com/mochajs/mocha - 7a05a6c8c196bb9a8dcfb156499507238f6f7e5a authored almost 8 years ago by Christopher Hiller <[email protected]>
tweak timeout messaging; see #2294

github.com/mochajs/mocha - 004389fe6ccb64c81c8aa1b642477aaf6e66aceb authored almost 8 years ago by Christopher Hiller <[email protected]>
cleanup .gitignore [ci skip]

github.com/mochajs/mocha - 12afaf7ba612abda81e9a1c04ca5f85a4a07538a authored almost 8 years ago by Christopher Hiller <[email protected]>
fix XUnit reporter output. Closes #2584

github.com/mochajs/mocha - edde033baa1b19e9143bf478e271c87110fe8d64 authored almost 8 years ago by Volker Buzek <[email protected]>
Revert test pass symbol in List reporter

When the reporter symbols were abstracted into the Base module (bec7a6e1686cf1f4c26ef6c2ba25eda3...

github.com/mochajs/mocha - f5bef7c47950a31a12ac0dad0f8315840bb2bc59 authored almost 8 years ago by Ben Hutchison <[email protected]>
ignore files files which are not found by files() (#2538)

* rename lookup-files.spec.js to file-utils.spec.js

* .files should not choke on broken symlinks

github.com/mochajs/mocha - 4a2e85a5b88c9fcc411c20ada53ec3eef5e9cc09 authored almost 8 years ago by Ville Saukkonen <[email protected]>
Add Browser Support Matrix to README.md (#2590) [ci skip]

* :memo: Add browser support matrix to README

* Make browser matrix smaller

* try again

...

github.com/mochajs/mocha - 79d7414bf87b20a37afc88c49b9fbefca55c0cbc authored almost 8 years ago by David da Silva <[email protected]>
use karma-mocha; closes #2570

github.com/mochajs/mocha - 1d52fd38c7acc4de2c0b8b5df864134bb6b2d991 authored almost 8 years ago by Christopher Hiller <[email protected]>
**Bug**

Edge renders the icon for a backer without an image to take up the entire screen.

**Fix**
Add an...

github.com/mochajs/mocha - 75548d394eef53560f78e3a32454014e24baedc5 authored almost 8 years ago by Matt Bierner <[email protected]>
drop shx dependency

- also add some descriptions to `scripts/package-scripts.js`

github.com/mochajs/mocha - 7f991e0efd0788991c700faf6fd5adb3e8e3bd8a authored almost 8 years ago by Christopher Hiller <[email protected]>
chore(package): update shx to version 0.2.0

https://greenkeeper.io/

github.com/mochajs/mocha - 199eabfcbc5750086999cdf4db0a5e7faea44280 authored almost 8 years ago by greenkeeperio-bot <[email protected]>
fix hardcoded scheme in anchor.js url

github.com/mochajs/mocha - 482dbe4b17acb3d01920a09ce56c4527a4ad0066 authored almost 8 years ago by Christopher Hiller <[email protected]>
decrease line-height slightgly for code

github.com/mochajs/mocha - bf62cd90f4a95c29170cb1f38e31b91dc5c76616 authored almost 8 years ago by Christopher Hiller <[email protected]>
increase font size

use 16px for normal text and 14px with 2.0 line height for code

github.com/mochajs/mocha - 9dd68a50d764955c7e7788701e67bb58a839f6c5 authored almost 8 years ago by Ben Harris <[email protected]>
adds info about --inspect flag to options in --help

github.com/mochajs/mocha - 8941442a31bb39fb62627da241c5bc24d66667eb authored almost 8 years ago by Aaron Petcoff <[email protected]>
rename some fixture files that had the wrong extension

github.com/mochajs/mocha - 71e7a1efa7dd1a3f5428cf2769894fa6076855a5 authored almost 8 years ago by Christopher Hiller <[email protected]>
Getting started run test (#58)

* delete random space

* run a test

show users how to run a test by pointing to the local i...

github.com/mochajs/mocha - 57dfe4ff2d6da287593a8978c121df8db90a3e23 authored almost 8 years ago by Ben Harris <[email protected]>
add anchor support

github.com/mochajs/mocha - 0e3d702b695571155ddcfed093935b2d8ffd9943 authored almost 8 years ago by Christopher Hiller <[email protected]>
upgrade deps; fix script execution

github.com/mochajs/mocha - bb51f5e2fa070d090aa1065d2e7d93ac86b8afd9 authored almost 8 years ago by Christopher Hiller <[email protected]>
chore(package): update p-s to version 3.0.1

https://greenkeeper.io/

github.com/mochajs/mocha - ca9499c3aac5f651d4337ef938d7b631075496bd authored almost 8 years ago by greenkeeperio-bot <[email protected]>
typo in comment

github.com/mochajs/mocha - 1a459298fda4070f738ecd1ee6359a947b53f0d6 authored almost 8 years ago by inxorable <[email protected]>
Link license from current branch

github.com/mochajs/mocha - b5a424af05f0c5ad471b61427e770757cfe7f201 authored almost 8 years ago by Scott Santucci <[email protected]>
update license information

github.com/mochajs/mocha - 19f2d3e764607b46caa981fd8ee8e2f743c29126 authored almost 8 years ago by Christopher Hiller <[email protected]>
update LICENSE to reflect new copyright

github.com/mochajs/mocha - 4662b312c8802ca4124e9cc8ae2ea42c84e3aecb authored almost 8 years ago by Christopher Hiller <[email protected]>
Merge pull request #2560 from jeversmann/add/new-timeout-message

Add a more clear timeout message. Closes #2294

github.com/mochajs/mocha - e965fbcc024cc757092e93d89ace208086bb31fa authored almost 8 years ago by Peter Müller <[email protected]>
add a more clear timeout message. Closes #2294

github.com/mochajs/mocha - b7cbea2097056f31e1cf664355c4f91fcde68cc0 authored almost 8 years ago by Josh Eversmann <[email protected]>
add Node.js v7 to CI

github.com/mochajs/mocha - 0361c855ed527f3e30c133f1eb5cfb071d413657 authored almost 8 years ago by Christopher Hiller <[email protected]>
Merge pull request #2545 from vivganes/patch-1

Added link to License text for easy access

github.com/mochajs/mocha - a379b880ae5fd4f8c4f016ef1b7ac0071dcf3836 authored almost 8 years ago by Peter Müller <[email protected]>
Added link to License text for easy access

There might be people who are looking for the exact license text. Added a link to the license t...

github.com/mochajs/mocha - 16afbb372e561af40ebcc9dd0d5c0042452dddbf authored almost 8 years ago by Vivek Ganesan <[email protected]>
Release v3.1.2

github.com/mochajs/mocha - 205e31b0d43e395e5ae14c43d2a915254ef5f360 authored almost 8 years ago by Christopher Hiller <[email protected]>
rebuild mocha.js [ci skip]

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

github.com/mochajs/mocha - e2274b4522a47aaf664781e8031e6c4547feea9d authored almost 8 years ago by Christopher Hiller <[email protected]>
recover gracefully if stack is not writable; closes #2528

I have no idea what's causing the error to have a non-writable `stack` property. ¯\_(ツ)_/¯

github.com/mochajs/mocha - 36184aa78593772032988efa8845f3dc996b5c6f authored almost 8 years ago by Christopher Hiller <[email protected]>
Release v3.1.1

github.com/mochajs/mocha - 5b83625b229ba4667e5d687fba3d70134b6619f4 authored almost 8 years ago by Christopher Hiller <[email protected]>
rebuild mocha.js [ci skip]

github.com/mochajs/mocha - 138cadd92ee2cb2da024826ee4d6d6eed328530f authored almost 8 years ago by Christopher Hiller <[email protected]>
update CHANGELOG for v3.1.1 [ci skip]

github.com/mochajs/mocha - db04179a0080ca9bce185581695642daca6bca4b authored almost 8 years ago by Christopher Hiller <[email protected]>
lint the hell out of the javascript; closes #2525

- mostly whitespace changes
- add `'use strict';` everywhere
- fix problems with unused variable...

github.com/mochajs/mocha - 2bb2b9fa35818db7a02e5068364b0c417436b1af authored almost 8 years ago by Christopher Hiller <[email protected]>
use Chrome for browser tests when run on macOS Sierra; closes #2524

github.com/mochajs/mocha - 1c72d5c006776a84d5e72240b7ee6a23675aadbf authored almost 8 years ago by Christopher Hiller <[email protected]>
use semistandard

github.com/mochajs/mocha - d62b2b88befa12b74e7c8eb7f4fd9fb98e5eef58 authored almost 8 years ago by Christian <[email protected]>
remove errant debug in test/integration/only.spec.js

github.com/mochajs/mocha - b99e9b3b0b71d623ffe4829fce24cddefc8cfe3a authored almost 8 years ago by Christopher Hiller <[email protected]>
Merge branch 'fix-1417-multiple-done-calls' of https://github.com/frankleonrose/mocha into pull/2059

* 'fix-1417-multiple-done-calls' of https://github.com/frankleonrose/mocha:
Fix #1417: Show ac...

github.com/mochajs/mocha - a40f28d0328c23605dae2a5ae863149429ce0343 authored almost 8 years ago by Christopher Hiller <[email protected]>
remove misinformation about using --require and hooks

github.com/mochajs/mocha - 0f0180f5224c8c115581144c5d1c655cda2a798f authored almost 8 years ago by Christopher Hiller <[email protected]>
Release v3.1.0

github.com/mochajs/mocha - 9915dfbc671f7f5d3cab55acde7356d839c1170c authored almost 8 years ago by Christopher Hiller <[email protected]>
build dist for v3.1.0

github.com/mochajs/mocha - 037cdae4ec7e41417b2ad8cc9cf09a649080aec6 authored almost 8 years ago by Christopher Hiller <[email protected]>