Ecosyste.ms: OpenCollective

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

github.com/avajs/ava

Node.js test runner that lets you develop with confidence 🚀
https://github.com/avajs/ava

Merge pull request #227 from jamestalmage/simplify-context-sharing

simplify context sharing between beforeEach and test

cd4c7c6f510f71357b2934814c6bf5d4342264ee authored almost 9 years ago by Sindre Sorhus <[email protected]>
add test.only(), closes #204

93f733c4cf47a95f0b8806bd4daf5069f977043e authored almost 9 years ago by Junle Li <[email protected]>
simplify context sharing between beforeEach and test

The wrapper is not necessary, even for primitives.

fb87cdfe79dc51db3c55ddeee28b72fc98f06ea1 authored almost 9 years ago by James Talmage <[email protected]>
0.5.0

2d36b51490795adcb58f98ed9708a59abad04897 authored almost 9 years ago by Sindre Sorhus <[email protected]>
document Observable support

added in #165

e57eff059f73e53f1c8db1af096dc53e2608a322 authored almost 9 years ago by Sindre Sorhus <[email protected]>
:arrow_up: globby@4

00342bec622abcc0d4e0312ee0807ed476fccdee 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 ...

403a28c8cebf9a8ff736aaaf2c4cb79ca30c5a47 authored almost 9 years ago by Tim Oxley <[email protected]>
minor style tweaks

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

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

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.

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...

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...

b3bc42a506ef323eba53b75950e194d7c02f5d81 authored almost 9 years ago by James Talmage <[email protected]>
report uncaught exceptions

c5d02f1f3c8ba7dabbdb53fdc9710f0cd117a9d3 authored almost 9 years ago by James Talmage <[email protected]>
report unhandled promise rejections

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...

a73374dc2f35a16d787d91de148d0c85115a50a8 authored almost 9 years ago by James Talmage <[email protected]>
tweaks

78a6c56e3db2c6cf58bc790e61f9fb14755b9f6d 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

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

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.

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...

d6fed1c7c4e0639208d1cd366e03e695a28c925a authored almost 9 years ago by James Talmage <[email protected]>
Close #203 PR: More tests for runner.js (issue #161).

86459161fd7a62100a7eb3b011a38fb564a7039b authored almost 9 years ago by sohamkamani <[email protected]>
add some missing docs

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.

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 ...

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)

c149db228d1385f6f4f9d6d3956a9e90a5e90113 authored almost 9 years ago by Sindre Sorhus <[email protected]>
Test coverage for runner.js

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

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

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

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

Add test.skip()

96fc0da899b3862952aea9d7284f8399096d987e authored almost 9 years ago by Sindre Sorhus <[email protected]>
add test.skip()

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

Event data improvements

b55a05a64911601a2eebe539d12764e71ba1ca47 authored almost 9 years ago by Sindre Sorhus <[email protected]>
event data improvements

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

79233c7ccb0e8a8ea616172bccd093a5c4ac72e3 authored almost 9 years ago by Sindre Sorhus <[email protected]>
fail when tests executed without cli

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

Display only failed hooks

3a75cb190e7918e2b87beb24d60011a90c1b92fc authored almost 9 years ago by Sindre Sorhus <[email protected]>
display only failed hooks

55d3613bed36d07f9c5453e5f1e58d11ff5ae013 authored almost 9 years ago by vdemedes <[email protected]>
use custom Gitter badge until they get one that fits in

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

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

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

Minor readme fixes

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

6a8f0e7a7caf833627c4645e74f8632e1c0c02b8 authored almost 9 years ago by James Talmage <[email protected]>
Minor readme fixes

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

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

4399e7b53ace394ec8627cad58302d4bf55a7c45 authored almost 9 years ago by Sindre Sorhus <[email protected]>
test() should throw if no callback is provided. Fixes #172

0dad4552cb752d32bcc8381f25fa78c88344dc4b authored almost 9 years ago by James Talmage <[email protected]>
0.4.2

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

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

fcc7a6e87afe916f992a0e4a530ba283e245e006 authored almost 9 years ago by Sindre Sorhus <[email protected]>
use co-with-promise instead of git url in package.json

1396fb880ef43d568072aa9cb690c983ff61d7c8 authored almost 9 years ago by Vsevolod Strukchinsky <[email protected]>
add support section to the readme

06fd25f1288a0cf4b7d9ae3bacfefa5df4c97649 authored almost 9 years ago by Sindre Sorhus <[email protected]>
add Appveyor to test on Windows

edf1169da24662ecdac1fac4d58f1fe22928ce90 authored almost 9 years ago by Sindre Sorhus <[email protected]>
Close #159 PR: Add a Gitter chat badge to readme.md.

df765295eb6df7386bcb52ceeede60828ee3211f authored almost 9 years ago by The Gitter Badger <[email protected]>
0.4.1

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

1e995fedaa747146eb9b86fb028d5fdad4e9ecd6 authored almost 9 years ago by Sindre Sorhus <[email protected]>
Check for SIGTERM exit code

04c687bc6d068c2fa0a4a7516996fd6cf36f0b77 authored almost 9 years ago by Vsevolod Strukchinsky <[email protected]>
fix use of absolute paths

e57b99d84b3ef2cb9e549a68bafc7740850c4e0a authored almost 9 years ago by Sindre Sorhus <[email protected]>
0.4.0

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

5ec157400653134fc40658bf193cbd54cf6a526d authored almost 9 years ago by Sindre Sorhus <[email protected]>
add ava modules to test module paths

Closes #144

de0955b0e1079f8ae6d61a30b826e2bf7cecfd23 authored almost 9 years ago by Vsevolod Strukchinsky <[email protected]>
FAQ clarification

fixes #145

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

bump power-assert dependencies.

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

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

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

adcf54421fcbd3a5de5aa27d225781bcc7b5770e authored almost 9 years ago by James Talmage <[email protected]>
fix planned assertion docs - fixes #140

4f5597d66645e9f4f8e13e72b05dd76cd8cba399 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

68a51fbd1917d78454c4be5fec3a91b5067ec3a9 authored almost 9 years ago by James Talmage <[email protected]>
Merge pull request #136 from sindresorhus/wait-for-forks

Wait for fork to exit and then return results

6f55d8ecf2f985f2e7ad80a674544dea7ebf3933 authored almost 9 years ago by Vadim Demedes <[email protected]>
wait for fork to exit and then return results

1d01665f702ee1087ae93d7749049d1121e5fc98 authored almost 9 years ago by vdemedes <[email protected]>
Merge pull request #134 from sindresorhus/fork-cleanup

Kill forked processes after tests are done

1d565e42e6fb8a58a858e5d5c2741889c2c9b836 authored almost 9 years ago by Vadim Demedes <[email protected]>
kill forked processes after tests are done

c81fb629e6bb571ed5098f334f36bc389287c2ff authored almost 9 years ago by vdemedes <[email protected]>
Merge pull request #120 from jamestalmage/jt-kill-forked-processes

Kill every forked process after tests are finished

5a53900d34b08f6ed508f0f6ce107a065aaa4adf authored almost 9 years ago by Vadim Demedes <[email protected]>
move `kill()` function to promise from result

4d907aa8fad1a657f03c60301417369a40590525 authored almost 9 years ago by James Talmage <[email protected]>
Close #124 PR: Refactor promises in throws method.

10dccb9dd3bc2465abaf9121d4e654ba0681d7a7 authored almost 9 years ago by Sam Verschueren <[email protected]>
Close #125 PR: Add string support to throws.

257c4148a38c1f534924e0850dce0c67378ce534 authored almost 9 years ago by Sam Verschueren <[email protected]>
Merge pull request #127 from SamVerschueren/iss123

Throws returns the promise

8d84f398a5e5aa7040b1d3310307e20a21fd23e9 authored almost 9 years ago by Sindre Sorhus <[email protected]>
Throws returns the promise

a6eb96dbb4d33437f765b5b56efc8445b70ffeda authored almost 9 years ago by Sam Verschueren <[email protected]>
Merge pull request #126 from SamVerschueren/long-running-promise

Add test

b65ff0b031eebdf9154f3b1a821457d61797851b authored almost 9 years ago by Sindre Sorhus <[email protected]>
Add test

ee7e7d80daeec6b4c825b5cfdee0353b29d0c531 authored almost 9 years ago by Sam Verschueren <[email protected]>
forcibly kill every forked subprocess.

Killing the parent process skips execution of `end` listeners
on remaining forked child processe...

7087a08dda47b5d7549d4b93f90fe22d49816acf authored almost 9 years ago by James Talmage <[email protected]>
minor doc tweak

efde568ee91d2c085c1f2203d4d2babe2c5c6a03 authored almost 9 years ago by Sindre Sorhus <[email protected]>
fix tyop

66e744014ff783e802876ea8ac48a9f62fb3ef6d authored almost 9 years ago by Sindre Sorhus <[email protected]>
Merge pull request #119 from sindresorhus/no-single-title

Don't display test title, if there's only one anonymous test

458e7637f84673a0ca9d65184d89ce2072f25ef6 authored almost 9 years ago by Sindre Sorhus <[email protected]>
Close #103 PR: Replace babel require hook with transformFileSync.

1d5ef4c5f6fcb70f9e90e584dfd08865db1e93b4 authored almost 9 years ago by Vsevolod Strukchinsky <[email protected]>
don't display test title, if there's only one anonymous test

bb1304c5be056689c39211d89c673f2f732e4c4a authored almost 9 years ago by vdemedes <[email protected]>
add tip about code coverage - fixes #94

c2f4c9f6809fce1c7c6b02b99ccf95834a8e5497 authored almost 9 years ago by Sindre Sorhus <[email protected]>
remove test for more assertions than planned async

Closes #15

It's just not possible to do this. Happy to be proven wrong in form of a PR, though!

7a3f4444997099cd571118508f08783bce8a5526 authored almost 9 years ago by Sindre Sorhus <[email protected]>
Merge pull request #110 from sindresorhus/improve-context-sharing

improve context sharing for beforeEach/afterEach

04b3db5d96d6530d6b03c5f8f4c915dea16cd125 authored almost 9 years ago by Sindre Sorhus <[email protected]>
:arrow_up: bluebird@3

730bf53239371446aa88fb6c5199caf3d48935a3 authored almost 9 years ago by Sindre Sorhus <[email protected]>
improve context sharing for beforeEach/afterEach

re https://github.com/sindresorhus/ava/pull/106#issuecomment-150966370

5fd57c1807178830d3ad741d3ec2a8a0d9f0a54e authored almost 9 years ago by Sindre Sorhus <[email protected]>
use `serialize-error` module

c887a8ea03f5f691d3d24dd2dfad8a0298c83a29 authored almost 9 years ago by Sindre Sorhus <[email protected]>
remove unused dependency

46d15ab89102a17494fb603ad10c30995575619f authored almost 9 years ago by Sindre Sorhus <[email protected]>
use `has-flag` module

aa594ed99b5a07ad9ab9d20243c4ff72181cab72 authored almost 9 years ago by Sindre Sorhus <[email protected]>
🚀

0b7566028180e8f9f526f5ac42ab694a8ce91b02 authored almost 9 years ago by Sindre Sorhus <[email protected]>
add docs for #106

61d3089f9b258c104e75c9eea41decc5ae7a9c4c authored almost 9 years ago by Sindre Sorhus <[email protected]>
Merge pull request #106 from sindresorhus/shared-context

Shared context between tests and beforeEach/afterEach hooks

5ffc480b2336ee9219be089f753a027d56656df1 authored almost 9 years ago by Sindre Sorhus <[email protected]>
shared context between tests and beforeEach/afterEach hooks

a76ced627922523beb22aaef97d3a02f35aea7ad authored almost 9 years ago by vdemedes <[email protected]>
0.3.0

83ebf6713de31502c09ba657d0d36c39008c7e22 authored almost 9 years ago by Sindre Sorhus <[email protected]>
code style tweaks

6ae46ce00414be87715f5d7483899149acc3023e authored almost 9 years ago by Sindre Sorhus <[email protected]>
doc improvements

981f750194ab40fda5d71d2ed82bf614755eec9e authored almost 9 years ago by Sindre Sorhus <[email protected]>