Ecosyste.ms: OpenCollective

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

AVA

Node.js test runner that lets you develop with confidence 🚀
Collective - Host: opensource - https://opencollective.com/ava - Website: https://avajs.dev - Code: https://github.com/avajs

simplify context sharing between beforeEach and test

The wrapper is not necessary, even for primitives.

github.com/avajs/ava - fb87cdfe79dc51db3c55ddeee28b72fc98f06ea1 authored about 9 years ago
document Observable support

added in #165

github.com/avajs/ava - e57eff059f73e53f1c8db1af096dc53e2608a322 authored about 9 years ago
:arrow_up: globby@4

github.com/avajs/ava - 00342bec622abcc0d4e0312ee0807ed476fccdee authored about 9 years ago
Support use of t.end as callback, closes #180

* Binds all Test.prototype methods to current test.
* Checks for truthy error as first argument ...

github.com/avajs/ava - 403a28c8cebf9a8ff736aaaf2c4cb79ca30c5a47 authored about 9 years ago
minor style tweaks

github.com/avajs/ava - 6b628846c323dae0fbd4f1b9720e922480dfde13 authored about 9 years ago
add support for *.spec.js file naming, closes #216

github.com/avajs/ava - 1b60c7b8be685f8dfa74844538335cc925e80d73 authored about 9 years ago
Close #165 PR: Support Observable. Fixes #84

github.com/avajs/ava - 05bee73b520d740aadc89e6bb1724aceac7e23ac authored about 9 years ago
Merge pull request #206 from jamestalmage/use-loud-rejection

Mega PR: unhandledRejection, uncaughtException, reliable IO capture, consistent tests.

github.com/avajs/ava - b24b2eaa4d973bd46c83910356e63c7ccc39d547 authored about 9 years ago
extend exit delay on AppVeyor

add small delay on exit from babel
(cherry picked from commit 11961f7)

if AVA is not required i...

github.com/avajs/ava - 15bd79402c55468a4b13aedceba503ee26e964a1 authored about 9 years ago
make shure IO streams are flushed before exiting a process.

wait for forked streams to end before resolving promise
(cherry picked from commit 4539ccc)

wai...

github.com/avajs/ava - b3bc42a506ef323eba53b75950e194d7c02f5d81 authored about 9 years ago
report uncaught exceptions

github.com/avajs/ava - c5d02f1f3c8ba7dabbdb53fdc9710f0cd117a9d3 authored about 9 years ago
report unhandled promise rejections

github.com/avajs/ava - 862edb85264fe0c1aebcfa966da7d08af96866a4 authored about 9 years ago
make AppVeyor retry failed runs.

Tests are just too brittle on AppVeyor. `npm install` fails frequently,
and Node on Windows does...

github.com/avajs/ava - a73374dc2f35a16d787d91de148d0c85115a50a8 authored about 9 years ago
improve usage of ES6 in readme

github.com/avajs/babel-plugin-detective - aa446fec7ce5628ebc6a8e261f715c3275af1449 authored about 9 years ago
add comments denoting which version of Babel is detected

github.com/avajs/babel-plugin-detective - d1b49b838ab2ea92bb19e1d0a0417fcc457f13f6 authored about 9 years ago
update description and readme to include Babel 5 support

github.com/avajs/babel-plugin-detective - b8cd123235c9beecf597ced137f4bedf15b324ef authored over 9 years ago
wrap mocha5 vs mocha6 tests in describe block

github.com/avajs/babel-plugin-detective - 887d7034057e043c3ae70de28973eed7471f19ff authored over 9 years ago
add compatibility with Babel 5

github.com/avajs/babel-plugin-detective - c210c0c136b63c931b37ae3e504c9d2e78aa94ea authored over 9 years ago
add link to node-detective

github.com/avajs/babel-plugin-detective - 59e307e5ebf1a72ec21f6d13b5b01f44710fe441 authored over 9 years ago
add missing dependency

github.com/avajs/babel-plugin-detective - d0f847e404102b94647cf516a6a4ae834edbf813 authored over 9 years ago
Merge pull request #208 from jamestalmage/fix-198

Properly handle empty results from test files - fixes #198

github.com/avajs/ava - 97409864e2f2f3ed103b13ae6602cad4744a6815 authored over 9 years ago
Handle empty results from test files. Fix #198

github.com/avajs/ava - a3308d229765ef6e7305ce5c7752d1a41e2d008d authored over 9 years ago
Merge pull request #205 from jamestalmage/regression-one-passing-one-failing

regression: logger throws on files with both passing and failing tests.

github.com/avajs/ava - fc9a1dcafb10fab63b645aa44f6eaeeba428c8af authored over 9 years ago
regression: logger throws on files with both passing and failing tests.

log.errors() cycles through all the results from a file (passing and failing)
and prints out a s...

github.com/avajs/ava - d6fed1c7c4e0639208d1cd366e03e695a28c925a authored over 9 years ago
Close #203 PR: More tests for runner.js (issue #161).

github.com/avajs/ava - 86459161fd7a62100a7eb3b011a38fb564a7039b authored over 9 years ago
add some missing docs

github.com/avajs/ava - 23ac30db25c019e40c196b8c0bbfc5748de13fbf authored over 9 years ago
Merge pull request #200 from jamestalmage/reject-with-error

fork.js: Reject child-process completion promise with an error.

github.com/avajs/ava - 186fd78009aebe9bf2cb3b487f60dcb5a9215085 authored over 9 years ago
fork.js: Reject child-process completion promise with an error.

It is generally recommended to reject Promises with an error.
This becomes especially true with ...

github.com/avajs/ava - 732b4c231b7dfd208703dea55713580e0f96e276 authored over 9 years ago
Merge pull request #196 from sohamkamani/master

Improved test coverage for runner.js (issue #161)

github.com/avajs/ava - c149db228d1385f6f4f9d6d3956a9e90a5e90113 authored over 9 years ago
Test coverage for runner.js

github.com/avajs/ava - 96121337049337f71ddd4420ab02de548e03c704 authored over 9 years ago
Close #187 PR: Fix circular references on assertions before sending across the wire..

github.com/avajs/ava - fc988e95732381b5302d68d0d2a2e95a94388f55 authored over 9 years ago
Merge pull request #195 from jamestalmage/use-tap-spec

use tap-spec reporter for tests. fixes #188

github.com/avajs/ava - fa782a82d2363bcd46c77717ce58ce597689836f authored over 9 years ago
use tap-spec reporter for tests. fixes #188

github.com/avajs/ava - b28c072664a42ba35bc54a7f828c38f527034acd authored over 9 years ago
Merge pull request #194 from sindresorhus/test-skip

Add test.skip()

github.com/avajs/ava - 96fc0da899b3862952aea9d7284f8399096d987e authored over 9 years ago
add test.skip()

github.com/avajs/ava - 41fd96f907b311724071ae0232da37af51cc0019 authored over 9 years ago
Merge pull request #193 from sindresorhus/event-improvements

Event data improvements

github.com/avajs/ava - b55a05a64911601a2eebe539d12764e71ba1ca47 authored over 9 years ago
event data improvements

github.com/avajs/ava - ac832d1a2eae9cf8185af9f525b80366b4ff59e7 authored over 9 years ago
Merge pull request #191 from sindresorhus/run-without-ava-error

Fail when tests executed without cli

github.com/avajs/ava - 79233c7ccb0e8a8ea616172bccd093a5c4ac72e3 authored over 9 years ago
fail when tests executed without cli

github.com/avajs/ava - 41b4746f9ec225b044e19df4d44b39928dbf87c3 authored over 9 years ago
Merge pull request #190 from sindresorhus/hook-titles

Display only failed hooks

github.com/avajs/ava - 3a75cb190e7918e2b87beb24d60011a90c1b92fc authored over 9 years ago
display only failed hooks

github.com/avajs/ava - 55d3613bed36d07f9c5453e5f1e58d11ff5ae013 authored over 9 years ago
use custom Gitter badge until they get one that fits in

github.com/avajs/ava - fc201d2032a3ee4dffb9b5436f2fe6b41c3aa5ec authored over 9 years ago
Close #174 PR: made "concurernvy vs. parallelism" section clearer.

github.com/avajs/ava - 7575ca82855da86e359a4ff8b17bb4588d626e8d authored over 9 years ago
Close #168 PR: Add a table of contents to readme.md.

github.com/avajs/ava - 98f9253dd537b017af69573cdf531bfa1fd23ef4 authored over 9 years ago
Merge pull request #158 from Qix-/patch-2

Minor readme fixes

github.com/avajs/ava - 11b97e74995b8e0345914a57948fd11831fe406d authored over 9 years ago
Close #169 PR: Fix Windows onExit failure..

github.com/avajs/ava - 6a8f0e7a7caf833627c4645e74f8632e1c0c02b8 authored over 9 years ago
Minor readme fixes

Just some glaring issues in the README. :+1:

github.com/avajs/ava - 3aaf3ed1fe59582c8f0d9ca87cf4716e52c4f7a9 authored over 9 years ago
Merge pull request #173 from jamestalmage/test-should-fail-without-cb

test() should throw if no callback is provided. Fixes #172

github.com/avajs/ava - 4399e7b53ace394ec8627cad58302d4bf55a7c45 authored over 9 years ago
test() should throw if no callback is provided. Fixes #172

github.com/avajs/ava - 0dad4552cb752d32bcc8381f25fa78c88344dc4b authored over 9 years ago
Close #166 PR: Fix issue with CLI throwing on Windows - fixes #164.

github.com/avajs/ava - 560c6f898dbc0d68cac726d0bcfbfa894b6eed9d authored over 9 years ago
Merge pull request #163 from floatdrop/co-with-promise

Use co-with-promise instead of git url in package.json

github.com/avajs/ava - fcc7a6e87afe916f992a0e4a530ba283e245e006 authored over 9 years ago
use co-with-promise instead of git url in package.json

github.com/avajs/ava - 1396fb880ef43d568072aa9cb690c983ff61d7c8 authored over 9 years ago
add support section to the readme

github.com/avajs/ava - 06fd25f1288a0cf4b7d9ae3bacfefa5df4c97649 authored over 9 years ago
add Appveyor to test on Windows

github.com/avajs/ava - edf1169da24662ecdac1fac4d58f1fe22928ce90 authored over 9 years ago
log `stderr` instead of `err` on test failure

as `err` contains the command spawn failing which is not very relevant.

github.com/avajs/grunt-ava - fa0b90d616c1dead41fa4386930c9b925fad9eb5 authored over 9 years ago
gather up the files and run them all in one go

github.com/avajs/gulp-ava - 50aab5a4e9fd2bcd68418fa6b67f0d829f171639 authored over 9 years ago
Close #159 PR: Add a Gitter chat badge to readme.md.

github.com/avajs/ava - df765295eb6df7386bcb52ceeede60828ee3211f authored over 9 years ago
Merge pull request #155 from floatdrop/set-kill-code-to-zero

Check for SIGTERM exit code

github.com/avajs/ava - 1e995fedaa747146eb9b86fb028d5fdad4e9ecd6 authored over 9 years ago
Check for SIGTERM exit code

github.com/avajs/ava - 04c687bc6d068c2fa0a4a7516996fd6cf36f0b77 authored over 9 years ago
fix use of absolute paths

github.com/avajs/ava - e57b99d84b3ef2cb9e549a68bafc7740850c4e0a authored over 9 years ago
Merge pull request #151 from floatdrop/add-ava-modules-to-test-module-paths

Add ava modules to test module paths

github.com/avajs/ava - 5ec157400653134fc40658bf193cbd54cf6a526d authored over 9 years ago
add ava modules to test module paths

Closes #144

github.com/avajs/ava - de0955b0e1079f8ae6d61a30b826e2bf7cecfd23 authored over 9 years ago
FAQ clarification

fixes #145

github.com/avajs/ava - 08854a940c5e2640b85d86a27683c3faade0f22c authored over 9 years ago
Merge pull request #146 from jamestalmage/bump-power-assert

bump power-assert dependencies.

github.com/avajs/ava - cc2b33f9ae4074df9176ff878d37f66d34370065 authored over 9 years ago
Merge pull request #147 from uiureo/fix-espower-babel

Use local babel in babel-plugin-espower

github.com/avajs/ava - 5910c6bdd94a9827f8414edd274587eb2fb3ff69 authored over 9 years ago
Use local babel in babel-plugin-espower

Fix the issue that babel-plugin-espower resolves a different Babel version

github.com/avajs/ava - 18619fcc6da5fa5f4bb113caa14b62185656ff54 authored over 9 years ago
bump power-assert dependencies.

See: https://github.com/power-assert-js/babel-plugin-espower/issues/8

github.com/avajs/ava - adcf54421fcbd3a5de5aa27d225781bcc7b5770e authored over 9 years ago
fix planned assertion docs - fixes #140

github.com/avajs/ava - 4f5597d66645e9f4f8e13e72b05dd76cd8cba399 authored over 9 years ago
make binary path resolving npm@3 compatible

github.com/avajs/grunt-ava - b8ca6c285f962665bb3c1d2d481f88491f67b0f6 authored over 9 years ago
Close #135 PR: add failing test demonstrating long running onExit() hook in child process. Fixes #134

github.com/avajs/ava - 68a51fbd1917d78454c4be5fec3a91b5067ec3a9 authored over 9 years ago
Merge pull request #3 from sindresorhus/npm-3

Resolve ava bin path with compatibility for npm@3

github.com/avajs/gulp-ava - 6e418c07a872471a4b5b72f3ca00346e4e1341c0 authored over 9 years ago
resolve ava bin path with compatibility for npm@3

github.com/avajs/gulp-ava - dded61f5a463c142fda70f0720d7c6a31e2157ff authored over 9 years ago