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 #59 from sindresorhus/babel-only

use the test file path in the Babel `only` prop instead of a pattern

18c5887cbfd4a2ba1d91210acf83284e7478b33e authored over 9 years ago
use the test file path in the Babel whitelist instead of a pattern

since we're only using this once per file now

http://babeljs.io/docs/usage/options/#options

52b0ccb33ca30bba5185056361f1c2976b7cf56f authored over 9 years ago
Merge pull request #101 from sindresorhus/serial-mode

Add serial mode

99784e0e9c7fa5a9e8abc55dffe33cfa3f5f4449 authored over 9 years ago
add serial mode

3cf17e2049a456088b56c07d8ab7b2d3f94eae62 authored over 9 years ago
Merge pull request #99 from sindresorhus/set-cwd

Set process.cwd() to a test's directory

4d38be82044b680e9e5269095de544d2a50079d1 authored over 9 years ago
set process.cwd() to a test's directory

468fae6e98e2314d4bfaa19f1b614718144d4692 authored over 9 years ago
new tagline 🦄

2e45aa76c9e24483866319d2618319e28bff20cd authored over 9 years ago
remove mention of using `node test.js` #98

4a0aa8ce68f03672657a3a0cd77c4fb2932705d3 authored over 9 years ago
Merge pull request #98 from sindresorhus/cli-only

Support running the test file only via CLI

0f486d23c896da4c034dbe9946bbb0f485d21ac1 authored over 9 years ago
support running the test file only via cli

c84c48a8c3e2ac14f8f0bf4473de8b78688aea6a authored over 9 years ago
document `.throw`/`.doesNotThrow` promise support

#79

2ee2a3de9d45ae5f19367cb7d257406e631dc373 authored over 9 years ago
ES2015ify the readme

1f4d4457268b0f8761eb632d998ea6e594151354 authored over 9 years ago
improve hooks docs

91db66f1c9cdf1f894c0513e4084bd0186ed85ab authored over 9 years ago
document the enhanced asserts

#96

89219ce6d64e1b4117c94a712dc96e8e8a37e661 authored over 9 years ago
Close #46 PR: Less API using power-assert.

c96622d6d8785719d16aa83d129cb5ffccbf9add authored over 9 years ago
Merge pull request #91 from sindresorhus/throws-fixes

Fix t.throws() behavior to avoid false-positives and regex suport

85bfb22112a6bdfb825aeb54c7186d162d2c0d23 authored over 9 years ago
fix throws behavior to avoid false-positives and support regex

593a6f9c995eaa2a2cd033a681803f5d3b4f9921 authored over 9 years ago
Merge pull request #90 from sindresorhus/hooks-only-around-tests

Run hooks only around tests

c628c6d737a627e47533cc4d1f9dc8faaf6b56ba authored over 9 years ago
ensure that hooks run only around tests, fix #89

da58c623fc171fc6f30b76dcf793a624f133eb44 authored over 9 years ago
Merge pull request #82 from sindresorhus/fail-fast

Add fail-fast mode

0f90153676cf03b5eb8f0b27c95421987e150a05 authored over 9 years ago
add fail-fast mode

eb54eb658b52465db5c080150d31d8f9d68064f3 authored over 9 years ago
work around Babel giving anonymous functions a name

98a7402ba3c75f329ceb356f4bf7afc50209d238 authored over 9 years ago
Merge pull request #81 from sindresorhus/plan-promise

Add support to t.plan() + promises

2b7c782bb590f967790e5d9cb3dbe7c4bda1970b authored over 9 years ago
add support to t.plan() + promises

aaa00b90251c1a6a150671acf8414a9c4e4216cc authored over 9 years ago
add some tests on fork.js

4e0d4906d981a8618921a9fbd70f68352155fec8 authored over 9 years ago
Merge pull request #79 from sindresorhus/throws-promise

Handle promises in throws() and doesNotThrow()

391b9b22e17da865af057f104a5bb7edf5b0cdbf authored over 9 years ago
handle promises in throws()

d14c6e37fa4c9666599e78256cc0c9ccc39d45e5 authored over 9 years ago
enable long stack traces for bluebird

b39b61c963f52bc68652532bb473b365b7cd9775 authored over 9 years ago
add AVA name pronunciation

7cebc1099337463f92b991859dcce5ffdc9dfc80 authored over 9 years ago
Merge pull request #72 from sindresorhus/before-after-each

Add beforeEach/afterEach hooks

7d297f248c8c346ce4a5c8f3bee8d45beb49075d authored over 9 years ago
add beforeEach/afterEach hooks

f6d3521e4af3d432224e320dd82eab935ef014f9 authored over 9 years ago
add code coverage with coveralls

20a704abd3aa494ad1dd3dd773857be8b300c840 authored over 9 years ago
docs - calling `t.end()` in async/generator functions is moot

caf8f6b0c1321ef9a3c5d328f3c1c9dc3c2bac19 authored over 9 years ago
Merge pull request #69 from Hurtak/patch-1

missing semicolon

7240a02285a09b62ff134397682955ad87c4bf5e authored over 9 years ago
missing semicolon

dc3ec588d1e0086bf1bca182540f125790879243 authored over 9 years ago
Merge pull request #66 from vdemedes/prefix-test-title

Prefix test title with test location

c0bc39364c7c1ca449f9cca0791463cf4364bfae authored over 9 years ago
prefix test title with test location

e9b3e5019de71e00725fa77b4f705c64e86e99c3 authored over 9 years ago
use strict deep assert checking - fixes #68

328ca3d2435e268da63aaa757dea94b8788af1d3 authored over 9 years ago
Merge pull request #67 from vdemedes/pending-tests

Wait for pending tests

cafe2153b1b2e028c99113596d67bd10569d0316 authored over 9 years ago
wait for pending tests

4c6e2afc1ca22a696335c61db99317153b1fa9f3 authored over 9 years ago
Merge pull request #65 from vdemedes/error-when-no-tests

Display error message when there are no test files

5dc0873b74d59a3f3cc33a36020c78cb305153aa authored over 9 years ago
display error message when there are no test files

f72e654ad547e410f499fdaf42558cc279f85743 authored over 9 years ago
Merge pull request #64 from vdemedes/async-to-generator

use asyncToGenerator transform

81f5b08bd5a3f577d34759ee11271c3359e4e41f authored over 9 years ago
use asyncToGenerator transform

0da796f2a87926baec144383e8191773ab7874f1 authored over 9 years ago
Merge pull request #61 from vdemedes/co-generators

Use `co` for running generator functions

994675316aff68c9d5ef53fb3f1496690a7e4b4a authored over 9 years ago
blacklist regenerator to not transpile generator functions

a0de27799cc7e64481531f620940b6ff9d83f0c3 authored over 9 years ago
use co() for running generator functions

1a16b1b6b9ae8a87775f0288aaad0cfda7b7af88 authored over 9 years ago
readme tweaks

a158f1a33f05afddfafb26858261d94915c98c34 authored over 9 years ago
Close #57 PR: Add support for generator and async functions. Fixes #37, Fixes #45

879018bfc6bf0d2830d27b1e288f60e6e77829cd authored over 9 years ago
Merge pull request #58 from vdemedes/fix-tests-counter

Fix passed/failed counters

2bff236abaafdcfcd01f3c38f492c74f89380b98 authored over 9 years ago
Merge pull request #56 from vdemedes/babel-tests-only

Babelify only test files

740cb5b7ab3bcfdc76dc469a39c06796e9437d7c authored over 9 years ago
fix passed/failed counters

cc17f1261ba085d0ccbebefeb0d36037edbf7c4a authored over 9 years ago
babelify only test files

3fe83cd40d09e9dd0f133696dbe38dfffa1db880 authored over 9 years ago
ignore files starting with underscore

7db5288688ef2ed9ac246d3b62443e9c6b6ec037 authored over 9 years ago
Close #47 PR: Parallelism. Fixes #1

88b15098a60084b14167e5d4dca8038aabe83cf7 authored over 9 years ago
Merge pull request #51 from joakimbeng/master

Easier debugging when not overwriting already existing assertErrors

863e42035bea2877710fac6133063ab1cf4dc09d authored over 9 years ago
Don't overwrite an already existing assertError

c87cbfd338c5c3f202c42d98f716f8b8b2045be7 authored over 9 years ago
XO tweaks

5309d6945b1d661556a663856d32c98688b71927 authored over 9 years ago
0.2.0

cf4718a0ca62f8027867e8850b6e096af884a7d8 authored over 9 years ago
tweaks

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

ff5eebba5d06ea22a1ed1ca5f76f33386bee8381 authored over 9 years ago
don't log individual test if it's a single passing test - fixes #10

8eb69f453d2ea0c248657f73e6a92ab944d830d4 authored over 9 years ago
readme improvements

cef88df4f6df598a0fa6432c19e9353ac66ae1c1 authored over 9 years ago
readme - add AVA feature display

closes #41

000c062693f185ee4f6bf4ee76fd2a0539dd417a authored over 9 years ago
test runner test event

96dfc9155152e466c7247cedcd5bcf3311d51429 authored over 9 years ago
remove EventEmitter from Test

72af017093376f0b35d0b856ef0a132b4e8f2cc0 authored over 9 years ago
Welcome @vdemedes to the team! 🎉

8fc1e0095ec87255fcabdd597f466000d6bf9825 authored over 9 years ago
readme - add "Created by" section

60a6a1346aaeb664f5d3189f391cc90d325e0dfa authored over 9 years ago
Show only useful lines of stack trace - fixes #22

Closes #29

b370dd5d593f81dd9c53819037809c645c148e9e authored over 9 years ago
Promisification

Close #39 PR
Fixes #38

fa3ca81c0f2d058422682084fe18234bb64bd2e3 authored over 9 years ago
drop incorrect skip test implementation

can add it back correctly when #9 is resolved

5662d9fc8c2d9d28ef34421455f7ed4df5b33ef2 authored over 9 years ago
readme - add Related section

853f69dcc55f702623b8ef93ac19ffa73be7b943 authored over 9 years ago
add FAQ about concurrency vs parallelism

b9401f7cac813328eff44b6d6f7a167afb8bfa57 authored over 9 years ago
Close #36 PR: Before/after hooks. Fixes #4

d377ef636c95f4f2ce34530df15adcea5957cc78 authored over 9 years ago
minor code style tweaks

fbfe267f3b50d25704edc735f975a728f4bc37ce authored over 9 years ago
cleanup #23

5da9ead77d5bbaeac5b989d07545d7a43202474c authored over 9 years ago
ensure the CLI only globs JS files

d29d202e88b2c020474add84c61d648292da7a94 authored over 9 years ago
Close #23 PR: Add ES2015 support to CLI. Fixes #20

eb6343eba357b8f8becf1e18caee481339f98621 authored over 9 years ago
readme - document using a custom assertion module

#25

a978330b08bfac4daf1f3737f9cdd8ed4725164c authored over 9 years ago
add setImmediate() shim via set-immediate-shim module

65dd453c501bb9054f1659557a29d6852d22ad91 authored over 9 years ago
readme - add more FAQs

fd700a26d67038c32d0f871c68183a989a5ce378 authored over 9 years ago
add `--init` flag for adding AVA to your project

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

ef12c8e88c41e457a7d9a125800438ad05d6410e authored over 9 years ago
Close #30 PR: Output test execution time. Fixes #14

a8d7c73eeacf89a34ad5f295ecd082121c598c58 authored over 9 years ago
Grammar fix

Minor fix :)

336f8b1948a08b050e78d930a01b1ff7497c83e1 authored over 9 years ago
0.1.0

216600dc9278e892814d59ce1f71801ee766c9de authored over 9 years ago
temporarily workaround some stdout flush issue

e958052381eff5c253e701a803e6d64d32d3f6d4 authored over 9 years ago
support running `ava` without arguments

35b7e5bde2fc87c1561b566eeae19ca52a75311c authored over 9 years ago
we shouldn't catch thrown user errors

this also aligns with `tape` behaviour

deed02d83da7968f312aaede30a94350a0f8a8be authored over 9 years ago
simplify cli help creation

8687c97b339f2c7a6c05f5a1817d899511a1df45 authored over 9 years ago
use `plur`

4d2aa7c77af247960ddc20f72c3c401f3227f0b4 authored over 9 years ago
minor package.json tweaks

5169aab46a8d9584843fc6fc5e68748bf072ce9f authored over 9 years ago
rewrite assert counter

b4c5714226248c1abf322df2af8029ed4a544251 authored over 9 years ago
revert part of 74d0d16c5a06ab504bca802843fdf272662f3955

1c8e89dd3211510608e95530d2f851d42565ec7b authored over 9 years ago
fix assertion counting

083c7d14f6c8ebee798ae1adb0460046269537e5 authored over 9 years ago
Add test for `.skip()`

96f57eb068f40eda4cd81320c239e971fc5cc6de authored over 9 years ago
add XO

f3c12c1e4c097a4d0dcd76cc5ea9e86f1bfee8bf authored over 9 years ago
throws methods are now implemented in `claim`

e6e7e4ae416e786b44c6ba7b94166e6447ea35d4 authored over 9 years ago
fix handling of plan() not matching assertions

cdc9272f63f51a5fb2358eaf5d762a9e0bdf338b authored over 9 years ago
pass along the fn to the plan!==count assertion

b93d9198e12b1934b1e11ab07c3810af7f549e03 authored over 9 years ago