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

Merge pull request #51 from joakimbeng/master

Easier debugging when not overwriting already existing assertErrors

github.com/avajs/ava - 863e42035bea2877710fac6133063ab1cf4dc09d authored about 9 years ago by Sindre Sorhus <[email protected]>
Don't overwrite an already existing assertError

github.com/avajs/ava - c87cbfd338c5c3f202c42d98f716f8b8b2045be7 authored about 9 years ago by Joakim Carlstein <[email protected]>
XO tweaks

github.com/avajs/ava - 5309d6945b1d661556a663856d32c98688b71927 authored about 9 years ago by Sindre Sorhus <[email protected]>
0.2.0

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

github.com/avajs/ava - 6a6b757031074af4e3552a97daa0ff8ec74588ca authored about 9 years ago by Sindre Sorhus <[email protected]>
move assertions into AVA core

I realize this isn't very me like, but it will enable us to iterate faster and customize them fo...

github.com/avajs/ava - ff5eebba5d06ea22a1ed1ca5f76f33386bee8381 authored about 9 years ago by Sindre Sorhus <[email protected]>
don't log individual test if it's a single passing test - fixes #10

github.com/avajs/ava - 8eb69f453d2ea0c248657f73e6a92ab944d830d4 authored about 9 years ago by Sindre Sorhus <[email protected]>
readme improvements

github.com/avajs/ava - cef88df4f6df598a0fa6432c19e9353ac66ae1c1 authored about 9 years ago by Sindre Sorhus <[email protected]>
readme - add AVA feature display

closes #41

github.com/avajs/ava - 000c062693f185ee4f6bf4ee76fd2a0539dd417a authored about 9 years ago by Sindre Sorhus <[email protected]>
test runner test event

github.com/avajs/ava - 96dfc9155152e466c7247cedcd5bcf3311d51429 authored about 9 years ago by Vsevolod Strukchinsky <[email protected]>
remove EventEmitter from Test

github.com/avajs/ava - 72af017093376f0b35d0b856ef0a132b4e8f2cc0 authored about 9 years ago by Vsevolod Strukchinsky <[email protected]>
Welcome @vdemedes to the team! 🎉

github.com/avajs/ava - 8fc1e0095ec87255fcabdd597f466000d6bf9825 authored about 9 years ago by Sindre Sorhus <[email protected]>
readme - add "Created by" section

github.com/avajs/ava - 60a6a1346aaeb664f5d3189f391cc90d325e0dfa authored about 9 years ago by Sindre Sorhus <[email protected]>
Show only useful lines of stack trace - fixes #22

Closes #29

github.com/avajs/ava - b370dd5d593f81dd9c53819037809c645c148e9e authored about 9 years ago by Mahdi Dibaiee <[email protected]>
Promisification

Close #39 PR
Fixes #38

github.com/avajs/ava - fa3ca81c0f2d058422682084fe18234bb64bd2e3 authored about 9 years ago by vdemedes <[email protected]>
drop incorrect skip test implementation

can add it back correctly when #9 is resolved

github.com/avajs/ava - 5662d9fc8c2d9d28ef34421455f7ed4df5b33ef2 authored about 9 years ago by Sindre Sorhus <[email protected]>
readme - add Related section

github.com/avajs/ava - 853f69dcc55f702623b8ef93ac19ffa73be7b943 authored about 9 years ago by Sindre Sorhus <[email protected]>
add FAQ about concurrency vs parallelism

github.com/avajs/ava - b9401f7cac813328eff44b6d6f7a167afb8bfa57 authored about 9 years ago by Sindre Sorhus <[email protected]>
Close #36 PR: Before/after hooks. Fixes #4

github.com/avajs/ava - d377ef636c95f4f2ce34530df15adcea5957cc78 authored about 9 years ago by vdemedes <[email protected]>
minor code style tweaks

github.com/avajs/ava - fbfe267f3b50d25704edc735f975a728f4bc37ce authored about 9 years ago by Sindre Sorhus <[email protected]>
ensure the CLI only globs JS files

github.com/avajs/ava - d29d202e88b2c020474add84c61d648292da7a94 authored about 9 years ago by Sindre Sorhus <[email protected]>
cleanup #23

github.com/avajs/ava - 5da9ead77d5bbaeac5b989d07545d7a43202474c authored about 9 years ago by Sindre Sorhus <[email protected]>
Close #23 PR: Add ES2015 support to CLI. Fixes #20

github.com/avajs/ava - eb6343eba357b8f8becf1e18caee481339f98621 authored about 9 years ago by andrepolischuk <[email protected]>
readme - document using a custom assertion module

#25

github.com/avajs/ava - a978330b08bfac4daf1f3737f9cdd8ed4725164c authored about 9 years ago by Sindre Sorhus <[email protected]>
add setImmediate() shim via set-immediate-shim module

github.com/avajs/ava - 65dd453c501bb9054f1659557a29d6852d22ad91 authored about 9 years ago by vdemedes <[email protected]>
readme - add more FAQs

github.com/avajs/ava - fd700a26d67038c32d0f871c68183a989a5ce378 authored about 9 years ago by Sindre Sorhus <[email protected]>
add `--init` flag for adding AVA to your project

https://github.com/sindresorhus/ava-init

github.com/avajs/ava - ef12c8e88c41e457a7d9a125800438ad05d6410e authored about 9 years ago by Sindre Sorhus <[email protected]>
Close #30 PR: Output test execution time. Fixes #14

github.com/avajs/ava - a8d7c73eeacf89a34ad5f295ecd082121c598c58 authored about 9 years ago by vdemedes <[email protected]>
Grammar fix

Minor fix :)

github.com/avajs/ava - 336f8b1948a08b050e78d930a01b1ff7497c83e1 authored about 9 years ago by JD Ballard <[email protected]>
0.1.0

github.com/avajs/ava - 216600dc9278e892814d59ce1f71801ee766c9de authored about 9 years ago by Sindre Sorhus <[email protected]>
temporarily workaround some stdout flush issue

github.com/avajs/ava - e958052381eff5c253e701a803e6d64d32d3f6d4 authored about 9 years ago by Sindre Sorhus <[email protected]>
support running `ava` without arguments

github.com/avajs/ava - 35b7e5bde2fc87c1561b566eeae19ca52a75311c authored about 9 years ago by Sindre Sorhus <[email protected]>
minor package.json tweaks

github.com/avajs/ava - 5169aab46a8d9584843fc6fc5e68748bf072ce9f authored about 9 years ago by Sindre Sorhus <[email protected]>
rewrite assert counter

github.com/avajs/ava - b4c5714226248c1abf322df2af8029ed4a544251 authored about 9 years ago by Sindre Sorhus <[email protected]>
revert part of 74d0d16c5a06ab504bca802843fdf272662f3955

github.com/avajs/ava - 1c8e89dd3211510608e95530d2f851d42565ec7b authored about 9 years ago by Sindre Sorhus <[email protected]>
fix assertion counting

github.com/avajs/ava - 083c7d14f6c8ebee798ae1adb0460046269537e5 authored about 9 years ago by Sindre Sorhus <[email protected]>
throws methods are now implemented in `claim`

github.com/avajs/ava - e6e7e4ae416e786b44c6ba7b94166e6447ea35d4 authored about 9 years ago by Sindre Sorhus <[email protected]>
fix handling of plan() not matching assertions

github.com/avajs/ava - cdc9272f63f51a5fb2358eaf5d762a9e0bdf338b authored about 9 years ago by Sindre Sorhus <[email protected]>
pass along the fn to the plan!==count assertion

github.com/avajs/ava - b93d9198e12b1934b1e11ab07c3810af7f549e03 authored about 9 years ago by Sindre Sorhus <[email protected]>
control the error output again

github.com/avajs/ava - 06f91fcaf64474ec2cd5429da3fbd35abd0e9e06 authored about 9 years ago by Sindre Sorhus <[email protected]>
bump deps

github.com/avajs/ava - 11f6080ec06a2cf2cbd951c5d8b524313f008936 authored about 9 years ago by Sindre Sorhus <[email protected]>
Add test for `.skip()`

github.com/avajs/ava - 96f57eb068f40eda4cd81320c239e971fc5cc6de authored about 9 years ago by Kevin Martensson <[email protected]>
add XO

github.com/avajs/ava - f3c12c1e4c097a4d0dcd76cc5ea9e86f1bfee8bf authored about 9 years ago by Sindre Sorhus <[email protected]>
we shouldn't catch thrown user errors

this also aligns with `tape` behaviour

github.com/avajs/ava - deed02d83da7968f312aaede30a94350a0f8a8be authored about 9 years ago by Sindre Sorhus <[email protected]>
use `plur`

github.com/avajs/ava - 4d2aa7c77af247960ddc20f72c3c401f3227f0b4 authored about 9 years ago by Sindre Sorhus <[email protected]>
simplify cli help creation

github.com/avajs/ava - 8687c97b339f2c7a6c05f5a1817d899511a1df45 authored about 9 years ago by Sindre Sorhus <[email protected]>
Update .travis.yml

github.com/avajs/ava - 6ca22cbe2d28ec83466cdfb9ff4c45cd59c4cea6 authored about 9 years ago by Sindre Sorhus <[email protected]>
Add `t.serial()`

Runs serial tests before the concurrent ones.

Fixes #12.

github.com/avajs/ava - 01896c35226c6287cb19d442f5977871bae35cd1 authored about 9 years ago by Kevin Martensson <[email protected]>
add another test

github.com/avajs/ava - 31293189993a0212c1d01929f891153ed8f46043 authored about 9 years ago by Sindre Sorhus <[email protected]>
Wrap `assert` instead of manually creating errors

Fixes #13.

github.com/avajs/ava - 2b52e5a69b1e6b1df4e975630e956fbbb5e7bdd1 authored about 9 years ago by Kevin Martensson <[email protected]>
Tweaks

github.com/avajs/ava - 894674ef6cf868b50c64614879380c7d6d9f3162 authored about 9 years ago by Kevin Martensson <[email protected]>
bump deps

github.com/avajs/ava - ff0c5e8ff10379d5ccea23dd239e6facfc9723a0 authored about 9 years ago by Sindre Sorhus <[email protected]>
Use `claim` as assertion library

Fixes #16.

github.com/avajs/ava - edcc883aa3e9b44a1e6fa99fe676a90b2c9fd335 authored about 9 years ago by Kevin Martensson <[email protected]>
Rewrite `index.js` to be functional

github.com/avajs/ava - fe86cc44cef8fa110f128b28dcfa338009eb03ef authored about 9 years ago by Kevin Martensson <[email protected]>
Typo

github.com/avajs/ava - d170819687305ac681d321369bb358463f93709a authored about 9 years ago by Kevin Martensson <[email protected]>
add test for #17

github.com/avajs/ava - 061a67047ae0178699e9842c154c295c418d7591 authored about 9 years ago by Sindre Sorhus <[email protected]>
Show error stack for each failed test

Fixes #6.

github.com/avajs/ava - 63022ce866d9e3f380e0ef85e126545ff5f0424b authored about 9 years ago by Kevin Martensson <[email protected]>
Various tweaks to `lib/runner.js`

github.com/avajs/ava - 4e84775ced0f07fd65335250e80f2b8c564e42f9 authored about 9 years ago by Kevin Martensson <[email protected]>
Add concurrent and serial tests for runner

github.com/avajs/ava - af2c09d7543ca89e92834dd39f33f9cf810ec762 authored about 9 years ago by Kevin Martensson <[email protected]>
bump update-notifier

github.com/avajs/ava - 0d787ab76344f43f6b61c604fa1ee760e54ed1c0 authored about 9 years ago by Sindre Sorhus <[email protected]>
Tweaks

github.com/avajs/ava - d9bdebe398100e48f9a562c90db0afc0246508ed authored about 9 years ago by Kevin Martensson <[email protected]>
Add tests for running functions after last assertion

github.com/avajs/ava - 8258c17dbdef9693d56183544725678633fd6e36 authored about 9 years ago by Kevin Martensson <[email protected]>
Add `.notSame()` method for falsy deep testing

github.com/avajs/ava - 45e935f4a657bed95f045f998ec052092694ece5 authored about 9 years ago by Kevin Martensson <[email protected]>
Add support for directories in CLI

github.com/avajs/ava - 93228e942e63744e176417e584d9a09c0004b1cb authored about 9 years ago by Kevin Martensson <[email protected]>
Add support for globbing in CLI

github.com/avajs/ava - 3c69b21e6e929dd73abc5800f26153bcd1aa51d0 authored about 9 years ago by Kevin Martensson <[email protected]>
Remove unused dependency

github.com/avajs/ava - 500d896407bbd6b45cc1d4a05b85fed7333f129e authored about 9 years ago by Kevin Martensson <[email protected]>
add failing test case

github.com/avajs/ava - 38ce5c38c750b66d5a33a29eeeec189662adc6d8 authored about 9 years ago by Sindre Sorhus <[email protected]>
Add `.pass()` method for generating passing assertions

github.com/avajs/ava - d71bd67062f5a206db4ce15f02d8362835c71a8f authored about 9 years ago by Kevin Martensson <[email protected]>
Minor tweaks

github.com/avajs/ava - 5a60efa9318610e9e17f340d15aef6b69824da99 authored about 9 years ago by Kevin Martensson <[email protected]>
try reading the `fn.displayName` if no test title is supplied

github.com/avajs/ava - 5853521e7bd63c3dc42098f68dabeb63bd0fb998 authored about 9 years ago by Sindre Sorhus <[email protected]>
add a test for planned async assertion

github.com/avajs/ava - 6e7c30cbfca826192bcd46a820255f1e14838191 authored about 9 years ago by Sindre Sorhus <[email protected]>
Various improvements

github.com/avajs/ava - ca3bb7d1e8705bfadcd7bee9121b8d5dc522785a authored about 9 years ago by Kevin Martensson <[email protected]>
use `fn-name` module

github.com/avajs/ava - a503e9f45a8b5958c57292a9320ca07bc12b91c5 authored about 9 years ago by Sindre Sorhus <[email protected]>
revert to using `tape` for testing

github.com/avajs/ava - 05166898299be192cb521447df6cc62f3fc98d6d authored about 9 years ago by Sindre Sorhus <[email protected]>
ensure there's an error before calling `err.toString`

github.com/avajs/ava - 694b26871a087cedfd1ec46a898f2739fcc27d13 authored about 9 years ago by Sindre Sorhus <[email protected]>
Add `.throws()` and `.doesNotThrow()` methods

Fixes #5.

github.com/avajs/ava - fd649abfeead816bffa57a707199258c85062455 authored about 9 years ago by Kevin Martensson <[email protected]>
Add assertion methods and code comments

github.com/avajs/ava - 0757968d7812f67a207655ee38a4fde3195d6bc6 authored about 9 years ago by Kevin Martensson <[email protected]>
Dogfood tests

github.com/avajs/ava - 352f392f2115446f2d51c1621e3728989033e470 authored about 9 years ago by Kevin Martensson <[email protected]>
add kevva

github.com/avajs/ava - e7a6ab1d291666aa023e6421da153ee7b1022913 authored about 9 years ago by Sindre Sorhus <[email protected]>
0.1.0

github.com/avajs/grunt-ava - 0dc8b300f1f028dcba0589f90752be8a5da3927a authored about 9 years ago by Sindre Sorhus <[email protected]>
0.1.0

github.com/avajs/gulp-ava - 8666aa7f983938d0d6156476f68639bb92de0abf authored about 9 years ago by Sindre Sorhus <[email protected]>
init

github.com/avajs/grunt-ava - 0d54b34639475f196392f49606e732d958057cd7 authored about 9 years ago by Sindre Sorhus <[email protected]>
init

github.com/avajs/gulp-ava - e165de969bcea56dabf1d050a40bc28ef9afe5d9 authored about 9 years ago by Sindre Sorhus <[email protected]>
deps: Upgrade graceful-fs dependency to the latest

graceful-fs used to monkey-patch node's core fs module.
This has been fixed in the version 4.

github.com/avajs/write-file-atomic - 4fa0c0a50dca840a94bf090075899572cad8001e authored about 9 years ago by thefourtheye <[email protected]>
0.1.1

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

github.com/avajs/create-ava - 29bdb92290d08c9dbd06bf35c8656b5d3a515038 authored about 9 years ago by Sindre Sorhus <[email protected]>
0.1.0

github.com/avajs/create-ava - 4684d63f72ddde1bee338319a8599573c134abc3 authored about 9 years ago by Sindre Sorhus <[email protected]>
init

github.com/avajs/create-ava - 4fb57a22a0d68723e52a6b8a8d176f0221c0c492 authored about 9 years ago by Sindre Sorhus <[email protected]>
1.1.2

clear cruft prior to publishing this time 😒

github.com/avajs/write-file-atomic - b721f8a71223bcf162f1ee4ff4677f31de1c061f authored over 9 years ago by Rebecca Turner <[email protected]>
Added ISC license text

github.com/avajs/write-file-atomic - f0f3a4600c272de77b63be641681de3808fb1c42 authored over 9 years ago by Zuzana Svetlikova <[email protected]>
Add support for arguments object. See #3

github.com/avajs/pretty-format - e7842ed4deab592a708a04f2f2144145fe9b64fb authored over 9 years ago by James Kyle <[email protected]>
Fix for envs without symbols. Fixes #3

github.com/avajs/pretty-format - 510d78331529af11f5614939539bfcea9b6ab5b3 authored over 9 years ago by James Kyle <[email protected]>