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 over 9 years ago
Don't overwrite an already existing assertError

github.com/avajs/ava - c87cbfd338c5c3f202c42d98f716f8b8b2045be7 authored over 9 years ago
XO tweaks

github.com/avajs/ava - 5309d6945b1d661556a663856d32c98688b71927 authored over 9 years ago
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 over 9 years ago
don't log individual test if it's a single passing test - fixes #10

github.com/avajs/ava - 8eb69f453d2ea0c248657f73e6a92ab944d830d4 authored over 9 years ago
readme improvements

github.com/avajs/ava - cef88df4f6df598a0fa6432c19e9353ac66ae1c1 authored over 9 years ago
readme - add AVA feature display

closes #41

github.com/avajs/ava - 000c062693f185ee4f6bf4ee76fd2a0539dd417a authored over 9 years ago
test runner test event

github.com/avajs/ava - 96dfc9155152e466c7247cedcd5bcf3311d51429 authored over 9 years ago
remove EventEmitter from Test

github.com/avajs/ava - 72af017093376f0b35d0b856ef0a132b4e8f2cc0 authored over 9 years ago
Welcome @vdemedes to the team! 🎉

github.com/avajs/ava - 8fc1e0095ec87255fcabdd597f466000d6bf9825 authored over 9 years ago
readme - add "Created by" section

github.com/avajs/ava - 60a6a1346aaeb664f5d3189f391cc90d325e0dfa authored over 9 years ago
readme - add Related section

github.com/avajs/ava - 853f69dcc55f702623b8ef93ac19ffa73be7b943 authored over 9 years ago
add FAQ about concurrency vs parallelism

github.com/avajs/ava - b9401f7cac813328eff44b6d6f7a167afb8bfa57 authored over 9 years ago
drop incorrect skip test implementation

can add it back correctly when #9 is resolved

github.com/avajs/ava - 5662d9fc8c2d9d28ef34421455f7ed4df5b33ef2 authored over 9 years ago
minor code style tweaks

github.com/avajs/ava - fbfe267f3b50d25704edc735f975a728f4bc37ce authored over 9 years ago
Show only useful lines of stack trace - fixes #22

Closes #29

github.com/avajs/ava - b370dd5d593f81dd9c53819037809c645c148e9e authored over 9 years ago
Close #36 PR: Before/after hooks. Fixes #4

github.com/avajs/ava - d377ef636c95f4f2ce34530df15adcea5957cc78 authored over 9 years ago
Promisification

Close #39 PR
Fixes #38

github.com/avajs/ava - fa3ca81c0f2d058422682084fe18234bb64bd2e3 authored over 9 years ago
Close #30 PR: Output test execution time. Fixes #14

github.com/avajs/ava - a8d7c73eeacf89a34ad5f295ecd082121c598c58 authored over 9 years ago
Grammar fix

Minor fix :)

github.com/avajs/ava - 336f8b1948a08b050e78d930a01b1ff7497c83e1 authored over 9 years ago
temporarily workaround some stdout flush issue

github.com/avajs/ava - e958052381eff5c253e701a803e6d64d32d3f6d4 authored over 9 years ago
add `--init` flag for adding AVA to your project

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

github.com/avajs/ava - ef12c8e88c41e457a7d9a125800438ad05d6410e authored over 9 years ago
readme - add more FAQs

github.com/avajs/ava - fd700a26d67038c32d0f871c68183a989a5ce378 authored over 9 years ago
add setImmediate() shim via set-immediate-shim module

github.com/avajs/ava - 65dd453c501bb9054f1659557a29d6852d22ad91 authored over 9 years ago
readme - document using a custom assertion module

#25

github.com/avajs/ava - a978330b08bfac4daf1f3737f9cdd8ed4725164c authored over 9 years ago
Close #23 PR: Add ES2015 support to CLI. Fixes #20

github.com/avajs/ava - eb6343eba357b8f8becf1e18caee481339f98621 authored over 9 years ago
ensure the CLI only globs JS files

github.com/avajs/ava - d29d202e88b2c020474add84c61d648292da7a94 authored over 9 years ago
cleanup #23

github.com/avajs/ava - 5da9ead77d5bbaeac5b989d07545d7a43202474c authored over 9 years ago
support running `ava` without arguments

github.com/avajs/ava - 35b7e5bde2fc87c1561b566eeae19ca52a75311c authored over 9 years ago
bump deps

github.com/avajs/ava - 11f6080ec06a2cf2cbd951c5d8b524313f008936 authored over 9 years ago
we shouldn't catch thrown user errors

this also aligns with `tape` behaviour

github.com/avajs/ava - deed02d83da7968f312aaede30a94350a0f8a8be authored over 9 years ago
simplify cli help creation

github.com/avajs/ava - 8687c97b339f2c7a6c05f5a1817d899511a1df45 authored over 9 years ago
use `plur`

github.com/avajs/ava - 4d2aa7c77af247960ddc20f72c3c401f3227f0b4 authored over 9 years ago
minor package.json tweaks

github.com/avajs/ava - 5169aab46a8d9584843fc6fc5e68748bf072ce9f authored over 9 years ago
rewrite assert counter

github.com/avajs/ava - b4c5714226248c1abf322df2af8029ed4a544251 authored over 9 years ago
revert part of 74d0d16c5a06ab504bca802843fdf272662f3955

github.com/avajs/ava - 1c8e89dd3211510608e95530d2f851d42565ec7b authored over 9 years ago
fix assertion counting

github.com/avajs/ava - 083c7d14f6c8ebee798ae1adb0460046269537e5 authored over 9 years ago
Add test for `.skip()`

github.com/avajs/ava - 96f57eb068f40eda4cd81320c239e971fc5cc6de authored over 9 years ago
throws methods are now implemented in `claim`

github.com/avajs/ava - e6e7e4ae416e786b44c6ba7b94166e6447ea35d4 authored over 9 years ago
fix handling of plan() not matching assertions

github.com/avajs/ava - cdc9272f63f51a5fb2358eaf5d762a9e0bdf338b authored over 9 years ago
control the error output again

github.com/avajs/ava - 06f91fcaf64474ec2cd5429da3fbd35abd0e9e06 authored over 9 years ago
pass along the fn to the plan!==count assertion

github.com/avajs/ava - b93d9198e12b1934b1e11ab07c3810af7f549e03 authored over 9 years ago
bump update-notifier

github.com/avajs/ava - 0d787ab76344f43f6b61c604fa1ee760e54ed1c0 authored over 9 years ago
Show error stack for each failed test

Fixes #6.

github.com/avajs/ava - 63022ce866d9e3f380e0ef85e126545ff5f0424b authored over 9 years ago
Various tweaks to `lib/runner.js`

github.com/avajs/ava - 4e84775ced0f07fd65335250e80f2b8c564e42f9 authored over 9 years ago
Add concurrent and serial tests for runner

github.com/avajs/ava - af2c09d7543ca89e92834dd39f33f9cf810ec762 authored over 9 years ago
add test for #17

github.com/avajs/ava - 061a67047ae0178699e9842c154c295c418d7591 authored over 9 years ago
Rewrite `index.js` to be functional

github.com/avajs/ava - fe86cc44cef8fa110f128b28dcfa338009eb03ef authored over 9 years ago
Use `claim` as assertion library

Fixes #16.

github.com/avajs/ava - edcc883aa3e9b44a1e6fa99fe676a90b2c9fd335 authored over 9 years ago
bump deps

github.com/avajs/ava - ff0c5e8ff10379d5ccea23dd239e6facfc9723a0 authored over 9 years ago
Wrap `assert` instead of manually creating errors

Fixes #13.

github.com/avajs/ava - 2b52e5a69b1e6b1df4e975630e956fbbb5e7bdd1 authored over 9 years ago
add another test

github.com/avajs/ava - 31293189993a0212c1d01929f891153ed8f46043 authored over 9 years ago
Add `t.serial()`

Runs serial tests before the concurrent ones.

Fixes #12.

github.com/avajs/ava - 01896c35226c6287cb19d442f5977871bae35cd1 authored over 9 years ago
Update .travis.yml

github.com/avajs/ava - 6ca22cbe2d28ec83466cdfb9ff4c45cd59c4cea6 authored over 9 years ago
add a test for planned async assertion

github.com/avajs/ava - 6e7c30cbfca826192bcd46a820255f1e14838191 authored over 9 years ago
Minor tweaks

github.com/avajs/ava - 5a60efa9318610e9e17f340d15aef6b69824da99 authored over 9 years ago
Add `.pass()` method for generating passing assertions

github.com/avajs/ava - d71bd67062f5a206db4ce15f02d8362835c71a8f authored over 9 years ago
add failing test case

github.com/avajs/ava - 38ce5c38c750b66d5a33a29eeeec189662adc6d8 authored over 9 years ago
Add tests for running functions after last assertion

github.com/avajs/ava - 8258c17dbdef9693d56183544725678633fd6e36 authored over 9 years ago
Remove unused dependency

github.com/avajs/ava - 500d896407bbd6b45cc1d4a05b85fed7333f129e authored over 9 years ago
ensure there's an error before calling `err.toString`

github.com/avajs/ava - 694b26871a087cedfd1ec46a898f2739fcc27d13 authored over 9 years ago
revert to using `tape` for testing

github.com/avajs/ava - 05166898299be192cb521447df6cc62f3fc98d6d authored over 9 years ago
use `fn-name` module

github.com/avajs/ava - a503e9f45a8b5958c57292a9320ca07bc12b91c5 authored over 9 years ago
Various improvements

github.com/avajs/ava - ca3bb7d1e8705bfadcd7bee9121b8d5dc522785a authored over 9 years ago
try reading the `fn.displayName` if no test title is supplied

github.com/avajs/ava - 5853521e7bd63c3dc42098f68dabeb63bd0fb998 authored over 9 years ago
Add support for globbing in CLI

github.com/avajs/ava - 3c69b21e6e929dd73abc5800f26153bcd1aa51d0 authored over 9 years ago
Add support for directories in CLI

github.com/avajs/ava - 93228e942e63744e176417e584d9a09c0004b1cb authored over 9 years ago
Add `.notSame()` method for falsy deep testing

github.com/avajs/ava - 45e935f4a657bed95f045f998ec052092694ece5 authored over 9 years ago
Add `.throws()` and `.doesNotThrow()` methods

Fixes #5.

github.com/avajs/ava - fd649abfeead816bffa57a707199258c85062455 authored over 9 years ago
Add assertion methods and code comments

github.com/avajs/ava - 0757968d7812f67a207655ee38a4fde3195d6bc6 authored over 9 years ago
Dogfood tests

github.com/avajs/ava - 352f392f2115446f2d51c1621e3728989033e470 authored over 9 years ago
add kevva

github.com/avajs/ava - e7a6ab1d291666aa023e6421da153ee7b1022913 authored over 9 years ago
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 over 9 years ago
1.1.2

clear cruft prior to publishing this time 😒

github.com/avajs/write-file-atomic - b721f8a71223bcf162f1ee4ff4677f31de1c061f authored over 9 years ago
Added ISC license text

github.com/avajs/write-file-atomic - f0f3a4600c272de77b63be641681de3808fb1c42 authored over 9 years ago
Add support for arguments object. See #3

github.com/avajs/pretty-format - e7842ed4deab592a708a04f2f2144145fe9b64fb authored almost 10 years ago
Fix for envs without symbols. Fixes #3

github.com/avajs/pretty-format - 510d78331529af11f5614939539bfcea9b6ab5b3 authored almost 10 years ago