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 almost 9 years ago by James Talmage <[email protected]>
0.5.0

github.com/avajs/ava - 2d36b51490795adcb58f98ed9708a59abad04897 authored almost 9 years ago by Sindre Sorhus <[email protected]>
:arrow_up: globby@4

github.com/avajs/ava - 00342bec622abcc0d4e0312ee0807ed476fccdee authored almost 9 years ago by Sindre Sorhus <[email protected]>
document Observable support

added in #165

github.com/avajs/ava - e57eff059f73e53f1c8db1af096dc53e2608a322 authored almost 9 years ago by Sindre Sorhus <[email protected]>
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 almost 9 years ago by Tim Oxley <[email protected]>
minor style tweaks

github.com/avajs/ava - 6b628846c323dae0fbd4f1b9720e922480dfde13 authored almost 9 years ago by Sindre Sorhus <[email protected]>
add support for *.spec.js file naming, closes #216

github.com/avajs/ava - 1b60c7b8be685f8dfa74844538335cc925e80d73 authored almost 9 years ago by jankuca <[email protected]>
Close #165 PR: Support Observable. Fixes #84

github.com/avajs/ava - 05bee73b520d740aadc89e6bb1724aceac7e23ac authored almost 9 years ago by Jonathan Haines <[email protected]>
Merge pull request #206 from jamestalmage/use-loud-rejection

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

github.com/avajs/ava - b24b2eaa4d973bd46c83910356e63c7ccc39d547 authored almost 9 years ago by Sindre Sorhus <[email protected]>
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 almost 9 years ago by James Talmage <[email protected]>
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 almost 9 years ago by James Talmage <[email protected]>
report uncaught exceptions

github.com/avajs/ava - c5d02f1f3c8ba7dabbdb53fdc9710f0cd117a9d3 authored almost 9 years ago by James Talmage <[email protected]>
report unhandled promise rejections

github.com/avajs/ava - 862edb85264fe0c1aebcfa966da7d08af96866a4 authored almost 9 years ago by James Talmage <[email protected]>
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 almost 9 years ago by James Talmage <[email protected]>
update dependencies

github.com/avajs/babel-plugin-detective - 6806e56ba8284801351f9e47bf7377a872438641 authored almost 9 years ago by James Talmage <[email protected]>
improve usage of ES6 in readme

github.com/avajs/babel-plugin-detective - aa446fec7ce5628ebc6a8e261f715c3275af1449 authored almost 9 years ago by James Talmage <[email protected]>
fix lint error

github.com/avajs/babel-plugin-detective - bc000c2cfd06c4472e446a3bd8a93cd9f2c41c08 authored almost 9 years ago by James Talmage <[email protected]>
add `nodes` option

github.com/avajs/babel-plugin-detective - 7305e2b28b889540815cb3a9508cf76450e632bc authored almost 9 years ago by James Talmage <[email protected]>
add comments denoting which version of Babel is detected

github.com/avajs/babel-plugin-detective - d1b49b838ab2ea92bb19e1d0a0417fcc457f13f6 authored almost 9 years ago by James Talmage <[email protected]>
simplify options

github.com/avajs/babel-plugin-detective - a434bbe35865e592acb7a5256c322d3333a77253 authored almost 9 years ago by James Talmage <[email protected]>
update description and readme to include Babel 5 support

github.com/avajs/babel-plugin-detective - b8cd123235c9beecf597ced137f4bedf15b324ef authored almost 9 years ago by James Talmage <[email protected]>
wrap mocha5 vs mocha6 tests in describe block

github.com/avajs/babel-plugin-detective - 887d7034057e043c3ae70de28973eed7471f19ff authored almost 9 years ago by James Talmage <[email protected]>
refactor tests a bit

github.com/avajs/babel-plugin-detective - 1cb79c2ebd85aa0d7675be511fa43ca1e57babd1 authored almost 9 years ago by James Talmage <[email protected]>
add compatibility with Babel 5

github.com/avajs/babel-plugin-detective - c210c0c136b63c931b37ae3e504c9d2e78aa94ea authored almost 9 years ago by James Talmage <[email protected]>
tweaks

github.com/avajs/ava - 78a6c56e3db2c6cf58bc790e61f9fb14755b9f6d authored almost 9 years ago by Sindre Sorhus <[email protected]>
add link to node-detective

github.com/avajs/babel-plugin-detective - 59e307e5ebf1a72ec21f6d13b5b01f44710fe441 authored almost 9 years ago by James Talmage <[email protected]>
Attach `loc` nodes

github.com/avajs/babel-plugin-detective - 6b8a1abfd0cb927a77419ffca151a920f74aad88 authored almost 9 years ago by James Talmage <[email protected]>
add missing dependency

github.com/avajs/babel-plugin-detective - d0f847e404102b94647cf516a6a4ae834edbf813 authored almost 9 years ago by James Talmage <[email protected]>
improve docs

github.com/avajs/babel-plugin-detective - 936702a5fe23559b67f94d439e97b668fabe20c9 authored almost 9 years ago by James Talmage <[email protected]>
init commit

github.com/avajs/babel-plugin-detective - d2b166bd93ff7c6b170d7096de22fe16256810d4 authored almost 9 years ago by James Talmage <[email protected]>
0.1.3

github.com/avajs/create-ava - e50ea6566200ec32eb2a326bd63ce10bb011b2fb authored almost 9 years ago by Sindre Sorhus <[email protected]>
bump deps

github.com/avajs/create-ava - b99b702e6041717d8bccf5f050903787030ed7c9 authored almost 9 years ago by Sindre Sorhus <[email protected]>
Merge pull request #208 from jamestalmage/fix-198

Properly handle empty results from test files - fixes #198

github.com/avajs/ava - 97409864e2f2f3ed103b13ae6602cad4744a6815 authored almost 9 years ago by Sindre Sorhus <[email protected]>
Handle empty results from test files. Fix #198

github.com/avajs/ava - a3308d229765ef6e7305ce5c7752d1a41e2d008d authored almost 9 years ago by James Talmage <[email protected]>
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 almost 9 years ago by Sindre Sorhus <[email protected]>
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 almost 9 years ago by James Talmage <[email protected]>
Close #203 PR: More tests for runner.js (issue #161).

github.com/avajs/ava - 86459161fd7a62100a7eb3b011a38fb564a7039b authored almost 9 years ago by sohamkamani <[email protected]>
add some missing docs

github.com/avajs/ava - 23ac30db25c019e40c196b8c0bbfc5748de13fbf authored almost 9 years ago by Sindre Sorhus <[email protected]>
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 almost 9 years ago by Sindre Sorhus <[email protected]>
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 almost 9 years ago by James Talmage <[email protected]>
Merge pull request #196 from sohamkamani/master

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

github.com/avajs/ava - c149db228d1385f6f4f9d6d3956a9e90a5e90113 authored almost 9 years ago by Sindre Sorhus <[email protected]>
Test coverage for runner.js

github.com/avajs/ava - 96121337049337f71ddd4420ab02de548e03c704 authored almost 9 years ago by sohamkamani <[email protected]>
Close #187 PR: Fix circular references on assertions before sending across the wire..

github.com/avajs/ava - fc988e95732381b5302d68d0d2a2e95a94388f55 authored almost 9 years ago by James Talmage <[email protected]>
Merge pull request #195 from jamestalmage/use-tap-spec

use tap-spec reporter for tests. fixes #188

github.com/avajs/ava - fa782a82d2363bcd46c77717ce58ce597689836f authored almost 9 years ago by Sindre Sorhus <[email protected]>
use tap-spec reporter for tests. fixes #188

github.com/avajs/ava - b28c072664a42ba35bc54a7f828c38f527034acd authored almost 9 years ago by James Talmage <[email protected]>
Merge pull request #194 from sindresorhus/test-skip

Add test.skip()

github.com/avajs/ava - 96fc0da899b3862952aea9d7284f8399096d987e authored almost 9 years ago by Sindre Sorhus <[email protected]>
add test.skip()

github.com/avajs/ava - 41fd96f907b311724071ae0232da37af51cc0019 authored almost 9 years ago by vdemedes <[email protected]>
Merge pull request #193 from sindresorhus/event-improvements

Event data improvements

github.com/avajs/ava - b55a05a64911601a2eebe539d12764e71ba1ca47 authored almost 9 years ago by Sindre Sorhus <[email protected]>
event data improvements

github.com/avajs/ava - ac832d1a2eae9cf8185af9f525b80366b4ff59e7 authored almost 9 years ago by vdemedes <[email protected]>
Merge pull request #191 from sindresorhus/run-without-ava-error

Fail when tests executed without cli

github.com/avajs/ava - 79233c7ccb0e8a8ea616172bccd093a5c4ac72e3 authored almost 9 years ago by Sindre Sorhus <[email protected]>
fail when tests executed without cli

github.com/avajs/ava - 41b4746f9ec225b044e19df4d44b39928dbf87c3 authored almost 9 years ago by vdemedes <[email protected]>
Merge pull request #190 from sindresorhus/hook-titles

Display only failed hooks

github.com/avajs/ava - 3a75cb190e7918e2b87beb24d60011a90c1b92fc authored almost 9 years ago by Sindre Sorhus <[email protected]>
display only failed hooks

github.com/avajs/ava - 55d3613bed36d07f9c5453e5f1e58d11ff5ae013 authored almost 9 years ago by vdemedes <[email protected]>
use custom Gitter badge until they get one that fits in

github.com/avajs/ava - fc201d2032a3ee4dffb9b5436f2fe6b41c3aa5ec authored almost 9 years ago by Sindre Sorhus <[email protected]>
Close #174 PR: made "concurernvy vs. parallelism" section clearer.

github.com/avajs/ava - 7575ca82855da86e359a4ff8b17bb4588d626e8d authored almost 9 years ago by Alex Booker <[email protected]>
Close #168 PR: Add a table of contents to readme.md.

github.com/avajs/ava - 98f9253dd537b017af69573cdf531bfa1fd23ef4 authored almost 9 years ago by Mark Thomas <[email protected]>
Merge pull request #158 from Qix-/patch-2

Minor readme fixes

github.com/avajs/ava - 11b97e74995b8e0345914a57948fd11831fe406d authored almost 9 years ago by Sindre Sorhus <[email protected]>
Close #169 PR: Fix Windows onExit failure..

github.com/avajs/ava - 6a8f0e7a7caf833627c4645e74f8632e1c0c02b8 authored almost 9 years ago by James Talmage <[email protected]>
Minor readme fixes

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

github.com/avajs/ava - 3aaf3ed1fe59582c8f0d9ca87cf4716e52c4f7a9 authored almost 9 years ago by Josh Junon <[email protected]>
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 almost 9 years ago by Sindre Sorhus <[email protected]>
test() should throw if no callback is provided. Fixes #172

github.com/avajs/ava - 0dad4552cb752d32bcc8381f25fa78c88344dc4b authored almost 9 years ago by James Talmage <[email protected]>
0.4.2

github.com/avajs/ava - ff8031fa992b2ff64952e4628ff542eaf64718da authored almost 9 years ago by Sindre Sorhus <[email protected]>
Close #166 PR: Fix issue with CLI throwing on Windows - fixes #164.

github.com/avajs/ava - 560c6f898dbc0d68cac726d0bcfbfa894b6eed9d authored almost 9 years ago by Bogdan Chadkin <[email protected]>
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 almost 9 years ago by Sindre Sorhus <[email protected]>
use co-with-promise instead of git url in package.json

github.com/avajs/ava - 1396fb880ef43d568072aa9cb690c983ff61d7c8 authored almost 9 years ago by Vsevolod Strukchinsky <[email protected]>
add support section to the readme

github.com/avajs/ava - 06fd25f1288a0cf4b7d9ae3bacfefa5df4c97649 authored almost 9 years ago by Sindre Sorhus <[email protected]>
add Appveyor to test on Windows

github.com/avajs/ava - edf1169da24662ecdac1fac4d58f1fe22928ce90 authored almost 9 years ago by Sindre Sorhus <[email protected]>
tweaks

github.com/avajs/gulp-ava - 7cf310cd2ff16f45246dd6ac64a85bbcace0f87c authored almost 9 years ago by Sindre Sorhus <[email protected]>
0.3.0

github.com/avajs/grunt-ava - f7935ee694a1e998a318448248885cfcce4e8fba authored almost 9 years ago by Sindre Sorhus <[email protected]>
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 almost 9 years ago by Sindre Sorhus <[email protected]>
0.3.0

github.com/avajs/gulp-ava - 67cf2115d65d564f5225777a4c50a6b39b773711 authored almost 9 years ago by Sindre Sorhus <[email protected]>
gather up the files and run them all in one go

github.com/avajs/gulp-ava - 50aab5a4e9fd2bcd68418fa6b67f0d829f171639 authored almost 9 years ago by Sindre Sorhus <[email protected]>
:arrow_up: [email protected]

fixes #4

github.com/avajs/gulp-ava - 465e9be20e8fc4fa1c5aa3b3b600fd350fb0104a authored almost 9 years ago by Sindre Sorhus <[email protected]>
Close #159 PR: Add a Gitter chat badge to readme.md.

github.com/avajs/ava - df765295eb6df7386bcb52ceeede60828ee3211f authored almost 9 years ago by The Gitter Badger <[email protected]>
0.4.1

github.com/avajs/ava - e8f51804827e4f9395bdf3dcafd05c0d96f88eb8 authored almost 9 years ago by Sindre Sorhus <[email protected]>
Merge pull request #155 from floatdrop/set-kill-code-to-zero

Check for SIGTERM exit code

github.com/avajs/ava - 1e995fedaa747146eb9b86fb028d5fdad4e9ecd6 authored almost 9 years ago by Sindre Sorhus <[email protected]>
Check for SIGTERM exit code

github.com/avajs/ava - 04c687bc6d068c2fa0a4a7516996fd6cf36f0b77 authored almost 9 years ago by Vsevolod Strukchinsky <[email protected]>
fix use of absolute paths

github.com/avajs/ava - e57b99d84b3ef2cb9e549a68bafc7740850c4e0a authored almost 9 years ago by Sindre Sorhus <[email protected]>
0.4.0

github.com/avajs/ava - 71c79e0d0f9a9274f7ed254e3d8e1105665ea575 authored almost 9 years ago by Sindre Sorhus <[email protected]>
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 almost 9 years ago by Sindre Sorhus <[email protected]>
add ava modules to test module paths

Closes #144

github.com/avajs/ava - de0955b0e1079f8ae6d61a30b826e2bf7cecfd23 authored almost 9 years ago by Vsevolod Strukchinsky <[email protected]>
FAQ clarification

fixes #145

github.com/avajs/ava - 08854a940c5e2640b85d86a27683c3faade0f22c authored almost 9 years ago by Sindre Sorhus <[email protected]>
Merge pull request #146 from jamestalmage/bump-power-assert

bump power-assert dependencies.

github.com/avajs/ava - cc2b33f9ae4074df9176ff878d37f66d34370065 authored almost 9 years ago by Sindre Sorhus <[email protected]>
Merge pull request #147 from uiureo/fix-espower-babel

Use local babel in babel-plugin-espower

github.com/avajs/ava - 5910c6bdd94a9827f8414edd274587eb2fb3ff69 authored almost 9 years ago by Sindre Sorhus <[email protected]>
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 almost 9 years ago by Kazato Sugimoto <[email protected]>
bump power-assert dependencies.

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

github.com/avajs/ava - adcf54421fcbd3a5de5aa27d225781bcc7b5770e authored almost 9 years ago by James Talmage <[email protected]>
fix planned assertion docs - fixes #140

github.com/avajs/ava - 4f5597d66645e9f4f8e13e72b05dd76cd8cba399 authored almost 9 years ago by Sindre Sorhus <[email protected]>
0.2.1

github.com/avajs/grunt-ava - 33db8c2147395623ad6841cb37e0cbc5f6ccf73a authored almost 9 years ago by Sindre Sorhus <[email protected]>
make binary path resolving npm@3 compatible

github.com/avajs/grunt-ava - b8ca6c285f962665bb3c1d2d481f88491f67b0f6 authored almost 9 years ago by Sindre Sorhus <[email protected]>
0.2.1

github.com/avajs/gulp-ava - 834659e87f09962c10e57fc3ba4c6c0bf6765dd6 authored almost 9 years ago by Sindre Sorhus <[email protected]>
Close #135 PR: add failing test demonstrating long running onExit() hook in child process. Fixes #134

github.com/avajs/ava - 68a51fbd1917d78454c4be5fec3a91b5067ec3a9 authored almost 9 years ago by James Talmage <[email protected]>
Merge pull request #3 from sindresorhus/npm-3

Resolve ava bin path with compatibility for npm@3

github.com/avajs/gulp-ava - 6e418c07a872471a4b5b72f3ca00346e4e1341c0 authored almost 9 years ago by Kevin MÃ¥rtensson <[email protected]>
resolve ava bin path with compatibility for npm@3

github.com/avajs/gulp-ava - dded61f5a463c142fda70f0720d7c6a31e2157ff authored almost 9 years ago by vdemedes <[email protected]>