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

Add type definitions to notRegex (#979)

f9fe8f242dd58d02ab1110f677e82172652d9d3d authored about 8 years ago by Christian Murphy <[email protected]>
Update Juan Soto link

1c6abe02e9ade13a1bf891c0d4b9ff5da8eef357 authored about 8 years ago by Juan Soto <[email protected]>
provide clear error message when users attempt nested/async calls to `test` (#961)

Fixes #948.

AVA does not support nested / async calls to `test`, but we were not providing a ...

8edd9c2ed169909bf19a3f9229143d8fc87d5284 authored over 8 years ago by Andrew Safigan <[email protected]>
minor code style tweaks

c82f98015af9a0e887a39fb0dc2fadbb8648a567 authored over 8 years ago by Sindre Sorhus <[email protected]>
Auto generate TypeScript definition to allow chaining (#884)

1dd6d5b9127a6850d9a03c242e677ea359d67053 authored over 8 years ago by Ivo Gabe de Wolff <[email protected]>
add Dependency CI badge

Not very useful, but want to promote Dependency CI because it's awesome.

05f1890eb7b60eb54cbc12d24d78b353bbd844f6 authored over 8 years ago by Sindre Sorhus <[email protected]>
minor readme tweaks

7440ac9d03713dcd35dc1de1786228a7270542c3 authored over 8 years ago by Sindre Sorhus <[email protected]>
add new reporters section in the readme (#955)

b54eafa3dd01c6492bb01a3a0f3924e8de09bff5 authored over 8 years ago by Andrey Ringbauer <[email protected]>
Update JSPM+SystemJS recipe per @jamestalmage.

See istanbuljs/nyc#305 - specifically [this comment and the one after it](https://github.com/ist...

a539c7e1b409778da138754825275be7778b5f7a authored over 8 years ago by fluffywaffles <[email protected]>
Translate React recipe to Spanish (es_ES) (#940)

7827fa17e0fdbbda60d4a0216aa2312fca5a2822 authored over 8 years ago by Flavio Corpa <[email protected]>
fix lint issues

6635af0e407b7fe4116751e673b43fa06356cb40 authored over 8 years ago by Sindre Sorhus <[email protected]>
Docs: Add link to french translation of JSPM recipe (#957)

13cbdc228714438f669109b6fef9028a48969047 authored over 8 years ago by Forresst <[email protected]>
fix import-order linting errors

5cfe0d1054e50c816643697d30dc3e09a73f157f authored over 8 years ago by vdemedes <[email protected]>
JSPM and SystemJS recipe.

<!--

Read the [contributing guidelines](https://github.com/avajs/ava/blob/master/contributing.m...

c3539c1701aba896bfb088ec838e60b34913168d authored over 8 years ago by fluffywaffles <[email protected]>
Fix link to issue 751 and add link to french translation (#946)

6c0f093612b9fc484161a02b22ec3304cfe86627 authored over 8 years ago by Forresst <[email protected]>
Document common pitfalls (#919)

187b8b49b0f0cedbeb2ba3a833b110a72e658fa8 authored over 8 years ago by Juan <[email protected]>
Fix babel-config file name. (#932)

4d3ed27865dc7cdfde7e651711ee4cd0646ea6e8 authored over 8 years ago by Danilo Sampaio <[email protected]>
minor tweaks

ca800ebd2bf8a5ba47ec26cdeaf977e99898bc3f authored over 8 years ago by James Talmage <[email protected]>
linter: disable max-lines rule for tests

a27c7332bd7e6a333144992b6f504bac0138ce18 authored over 8 years ago by James Talmage <[email protected]>
Extract babel config generation into it's own submodule (#924)

* extract babel config generation into it's own submodule

* no need for defaults

* reassig...

81ffd8db1fd68c24f4d54ceeef4397a56539002d authored over 8 years ago by James Talmage <[email protected]>
extract ava-files to it's own module (#925)

* ava-files should honor a `cwd` option.

* Properly resolve test files in non-watch mode.

...

bdc57f4f9d69d6998fa7b764590b8e4d1f0fbe3a authored over 8 years ago by James Talmage <[email protected]>
readme: add note about uncaught exceptions (#918)

fixes issue #917

9efcee0940c3a061a0e0f3f58388e9c252177878 authored over 8 years ago by Arve Seljebu <[email protected]>
Chokidar shouldn't be an optional dependency (#916)

fa854896c92c69eef51e615c190b406afcac526e authored over 8 years ago by forresst <[email protected]>
Fix babel config in react recipe (#927)

6669a34f3a4bffd92fb41f9457f393b869c316fa authored over 8 years ago by Jair Trejo <[email protected]>
clarify readme example on adding AVA to package.json

fixes #922

6fd817c250742c0cde62aea3f1cfa4acc827697b authored over 8 years ago by Sindre Sorhus <[email protected]>
bump dependencies

dc30b00c20f4997c7652e95601570af73a7262c0 authored over 8 years ago by Sindre Sorhus <[email protected]>
fix lint issues with latest XO

c9259200c7ab4d581ec12cfdc6653ca88d22230e authored over 8 years ago by Sindre Sorhus <[email protected]>
bump ava-throws-helper

c95fa7fbcbbe26eb940745fdd178d5132d8b5d5c authored over 8 years ago by James Talmage <[email protected]>
swap arr-diff for lodash.difference (#914)

c229e9b10e55580c48bfebb2e6b86acb4dd9085e authored over 8 years ago by Mark Wubben <[email protected]>
move power assert error message formatting to child processes (#911)

Fixes #703

* moved power assert assertion error formatting to child processes

* fix test t...

cddd2481386cecaf6622a9468dc8e1c5434a95bf authored over 8 years ago by Nuno Campos <[email protected]>
fix typo in test/api.js (#910)

68db38ed2aa79b15e37a85db0ac723451585c2cc authored over 8 years ago by Nuno Campos <[email protected]>
Fix TypeScript recipe. (#907)

Following the old example didn't work for me. It appears the new recommended way to install `tsc...

2a6c5a9fc042fe7f96a76ff4a012d77c67c43188 authored over 8 years ago by James Talmage <[email protected]>
Add link to Typescript recipe (#906)

402a7d5978a18bb04c22ee40579b089ee5f6234a authored over 8 years ago by forresst <[email protected]>
Add concurrency to package.json config in readme.

43103f8681226a2b5b913751480ef26bdddfe2c1 authored over 8 years ago by James Talmage <[email protected]>
Merge branch '0.15'

6d636f238ab02914f54be595994130c88ed52a59 authored over 8 years ago by James Talmage <[email protected]>
Fix Italian recipe links (#902)

1b00f42ed906d0e0eb913272970b6ee63db9dbbf authored over 8 years ago by Matija Marohnić <[email protected]>
update to new power-assert-runtime (#903)

* updated to power-assert-runtime

* added tests for power assert not throwing on experimental...

fb3af506ad0fc38467d28730f959a3fd73e975ce authored over 8 years ago by Nuno Campos <[email protected]>
0.15.2

19625c9dd1bde2cbbe323f79e393b083ba2ccb78 authored over 8 years ago by James Talmage <[email protected]>
use currently-unhandled

94ef9053391206beb3907af8b72e4802455f0100 authored over 8 years ago by James Talmage <[email protected]>
switch to AVA AppVeyor account

60890c490b214acf4f347c65640805fa47630a07 authored over 8 years ago by Sindre Sorhus <[email protected]>
Add `after.always` and `afterEach.always` runners to type definitions (#873)

2e984380c4df2bfe5a0af2ec37a970f4001c9f53 authored over 8 years ago by Linda_pp <[email protected]>
add t.notRegex (#879)

* add t.notRegex

Fixes #877

* add notRegex to power-assert patterns

c7402023d6a3a6b7a03abf2d52d948d0964683c8 authored over 8 years ago by James Talmage <[email protected]>
0.15.1

63b478221fa7c74e009aafe97bab9837cd1e0f45 authored over 8 years ago by James Talmage <[email protected]>
Prevent suppression of defaults in ava-files (#878)

* fix(cli): Remove default files from CLI

The default files should be in one place (`ava-file...

ab3418fe62e1bcf2514b127ee340574027c507a3 authored over 8 years ago by James Talmage <[email protected]>
minor tweaks

abd8bd2370d3f431068001eb89d12ce00808466c authored over 8 years ago by James Talmage <[email protected]>
0.15.0

c9c00d626e4c7f1fe7ff31eea763ff9b6983032c authored over 8 years ago by James Talmage <[email protected]>
add test.failing and add cb to test.serial (#866)

[skip ci]

7486dcba83a9f4e9e059b6f6626798b9f528ff76 authored over 8 years ago by Sam Verschueren <[email protected]>
Move images to media folder.

It's a good time to do it since we are cutting a release, so npm will get the updated URL's shor...

77b55e57ae6c31d4be1e2b55cc45512284c70f78 authored over 8 years ago by James Talmage <[email protected]>
bump update-notifier. (#869)

* bump dependencies.

[email protected] causes failures, so skipping for now.

* undo strip-bom...

463dbd4d1910fe5b97050f85107f70730683ac49 authored over 8 years ago by James Talmage <[email protected]>
Fix AppVeyor Badge (leave it pointing to Sindre's account).

bc11e0828e2b69bdcce81ef43a9b9090db1d8f7f authored over 8 years ago by James Talmage <[email protected]>
document always hook with fail fast flag (#858)

6f8326434f07ead9b51bc69c8beabeb9b8187dfa authored over 8 years ago by Guang Chen <[email protected]>
fix warning message

1d512315bc14a639155d0197b06d5ac966ba3770 authored over 8 years ago by Mark Wubben <[email protected]>
Drop unused `silent` option from `lib/fork.js`. (#864)

It's not used anywhere. I think we've refactored out all the tests that used to use it.

a499523660206afcec72cd99148c8a49745ab106 authored over 8 years ago by James Talmage <[email protected]>
revert npm link fix. (#859)

This mostly reverts #815, and #827. The Node regressions they fixed were resolved in Node 6.2.0....

a543b9f7c21a84ed4091e0c30587941152c3a4d2 authored over 8 years ago by James Talmage <[email protected]>
Fix "Test files must be run with the AVA CLI" warning. (#862)

We used to have a nice warning, telling people to use the CLI if they ran `node path/to/testfile...

0ef6dc4f09dccc3f95336f8f63de59445fdeb93a authored over 8 years ago by James Talmage <[email protected]>
Pass shared caches to `globby`. (#860)

From the [`node-glob` docs](https://github.com/isaacs/node-glob#options):

> At the very least...

e01ee00a2d9d4d84f18c9f85c38fc6b27ce09445 authored over 8 years ago by James Talmage <[email protected]>
Avoid running the same file multiple times (#856)

* avoid running the same file multiple times

* refactor `alreadySearchingParent` to make it a...

37631098b456e1275bf46c4ffea47b583cf86278 authored over 8 years ago by James Talmage <[email protected]>
add output for failing tests (#837)

178175f0eab288439ffc1a12112331fcd5a9fdfb authored over 8 years ago by Guang Chen <[email protected]>
added missing todo definition for typescript (#846)

ea9c75271f885db1cfd630656259eed6166ef8d9 authored over 8 years ago by Andreas Scherer <[email protected]>
RunStatus#prefixTitle should remove this.base only if it occurs at the beginning of the path (#844)

* RunStatus#prefixTitle(), replace this.base only if it occurs at the beggining of path

* Run...

f35da7e10df6d2abf74ac9af3dd1ac8d8903bf7e authored over 8 years ago by Nuno Campos <[email protected]>
doc: add korean translations link (#855)

6f0ac1fd4e3f7b9c5d66a97b5e6a4844092fb94d authored over 8 years ago by forresst <[email protected]>
Add test.failing to the API section (#853)

d35689fff64d99efdaa2e1916424eb938a342f39 authored over 8 years ago by Matija Marohnić <[email protected]>
Update links to link to `avajs` (#852)

47f08e09558e808ddfc017b7fe10405f1a8372c4 authored over 8 years ago by Jeroen Engels <[email protected]>
Remove timestamp from non-watch test runs (#838)

* Remove timestamp from non-watch test runs

* Fix mini reporter tests

* Pass options objec...

7d0f42050d8310d2ca5b1c38b5eb51d3fbb80888 authored over 8 years ago by Juan <[email protected]>
Improve the issue template.

The current issue template uses HTML comment tags to remove template text from the rendered outp...

d814dca6136f3dfd380ea0a8f874cb5a5c290231 authored over 8 years ago by James Talmage <[email protected]>
refactor watcher (#766)

* refactor watcher tests

* move some methods from watcher to AvaFiles

* add some tests for...

fdd797082cd78ff956f677038745f6f7518922bf authored over 8 years ago by James Talmage <[email protected]>
update coveralls badge

54e11064841c0169a88324f3daeda396d3e8889f authored over 8 years ago by Sindre Sorhus <[email protected]>
api#run should return runStatus even when no files are found (#839)

ee76aa9f4f0b6f1e2b838ca2aef2f3e8a30f4493 authored over 8 years ago by Nuno Campos <[email protected]>
readme - linkify the logo

34d27674a7a2675bfbe408965a7d5f34f21564ec authored over 8 years ago by Sindre Sorhus <[email protected]>
too much work setting up an org account for appveyor, blah

just going to use mine as it works

af8cfb35f96199b1393160241a9ca8ecccf7f02a authored over 8 years ago by Sindre Sorhus <[email protected]>
remove mention-bot

It turned out to be more annoying than useful...

8757e49a2ded994b28b17fa2077ffa0033d5854f authored over 8 years ago by Sindre Sorhus <[email protected]>
move the project into an organization ✨

b8bc21d9b624dd93c851c31cfb0409f537d3f2e3 authored over 8 years ago by Sindre Sorhus <[email protected]>
Add macro support. (#832)

* Basic macro support.

This adds basic macro support as discussed in #695.

It does not com...

a4541289491e7f839e7c9417fa0f01a76af42946 authored over 8 years ago by James Talmage <[email protected]>
Protect against bad argument passed to t.throws. (#834)

If a non-function, non-promise, non-observable argument (i.e. a string) is passed to `t.throws`...

60bd8a5ee4c4c61d9488e677d17298505e6bec09 authored over 8 years ago by James Talmage <[email protected]>
Follow-up to #831 (#835)

* change failing test hint

* mark .failing as code in readme

* group and reword failing te...

36512412d09bdc78ea1f93436a87b167b9c685c9 authored over 8 years ago by Mark Wubben <[email protected]>
A way to submit tests that should fail. (#831)

Fixes #673.

0410a03b0db6ecffa39c1c113cf769910e51f214 authored over 8 years ago by Guang Chen <[email protected]>
fix crash in 'fake' browser env (#829)

* added failing test for source mapped exceptions in what looks like a browser env

* added en...

0fa229e385232011acf15bec91f1eaa99e16a343 authored over 8 years ago by Nuno Campos <[email protected]>
Remove 'ready' event from API (#828)

3407f58c30b8bfc226ca381b50a2624670c532e9 authored over 8 years ago by Juan <[email protected]>
Only fix `npm link` of AVA as necessary. (#827)

4abb351903acee994af517c592b325c563378474 authored over 8 years ago by James Talmage <[email protected]>
Limited Process Pools (#791)

New experimental `--concurrency` option. Note that `.only` behavior won't work reliably across t...

1c3c86c06c03ac86ee38679d25c72c954d75eb6f authored over 8 years ago by Daniel Cousineau <[email protected]>
Fix typo in `browser-testing` recipe (#821)

8ba38111c707132c6b4426f583eead0bb776cd05 authored over 8 years ago by Kamuela Franco <[email protected]>
add `after.always` and `afterEach.always` hooks (#806)

Fixes #474

* add after.always, afterEach.always hook

* update readme about always modifier...

61f09584ce3b1b0ae088cc8b47446028f71ae812 authored over 8 years ago by Guang Chen <[email protected]>
Fix profiling script and add some tests for it. (#812)

* fix profiler script

* add some profiling tests

* fix some lint errors

* disable eslin...

5f831351a9a4b574e1c7079c6ab61c8939d6432f authored over 8 years ago by James Talmage <[email protected]>
Fix `npm link` usage on Node.js 6 (#815)

1368d0ebd86e2d411a03bec098d158c58a8a04cc authored over 8 years ago by James Talmage <[email protected]>
Added std dev to benchmark stats (#744)

8c9f7b2aa200e80768f3a3e68450fa33d351ae83 authored over 8 years ago by Mitch Lacy <[email protected]>
update the fly-ava repository url (#813)

f9f75883c2a987b1f90173d175c26db16a2e82d1 authored over 8 years ago by Pine Mizune <[email protected]>
add podcast episode to links (#804)

71404c23302d825095659c70cb9a1b08251697ad authored over 8 years ago by Kent C. Dodds <[email protected]>
update code of conduct

0c1dbf0e61846cdaa9f74653ee211013e5993dd1 authored over 8 years ago by Sindre Sorhus <[email protected]>
test Node.js 6 on AppVeyor

6d8aeefb7175b2c4ca2aef1f2dcc8d4eb4fc7dc8 authored over 8 years ago by Sindre Sorhus <[email protected]>
Strip ANSI escape codes in TAP test titles (#792)

3c4babd0efed2ddd9cfe6e2dc23952338f0c9879 authored over 8 years ago by Juan <[email protected]>
doc: Adding french translation link to the React recipe (#796)

5ef4b1411a3f8724261455bc1f5ec68c6df0c29c authored over 8 years ago by Adrien Antoine <[email protected]>
Remove unneeded eslint-disable comment (#801)

6d736ee8fbc3522ea1d3ac8339a842bec7a08cc7 authored over 8 years ago by Jeroen Engels <[email protected]>
use strict deep equality assertions in tests

to better match the AVA t.deepEqual assertion

737adf98e4badb40ecd0ee277dac386fb0a62f39 authored over 8 years ago by Sindre Sorhus <[email protected]>
minor cleanup of #747

d3f18233c0f1f0bf351dc1dd7aae9c93aecb2da6 authored over 8 years ago by Sindre Sorhus <[email protected]>
React recipe (#747)

4c69c796d53f56b20de0d2c75d90366b7a32e029 authored over 8 years ago by Adrien Antoine <[email protected]>
🐐 removed XO by mistake in https://github.com/sindresorhus/ava/commit/ec05e53a1d50b54465f904493553ec0dc3c612ce

7dd7055d360569b937515e907a5af22df07cbb22 authored over 8 years ago by Sindre Sorhus <[email protected]>
test on Node.js 6

ec05e53a1d50b54465f904493553ec0dc3c612ce authored over 8 years ago by Sindre Sorhus <[email protected]>
Use `not-so-shallow` module to improve `t.deepEqual()` (#777)

973624d0d13f291901c9bd324eddc4a380629505 authored over 8 years ago by Juan <[email protected]>
add spinner fallback for Windows

The `dots` spinner doesn't work there.

c4e58e3e7eeb6b966a32a964445ac5ced813793a authored over 8 years ago by Sindre Sorhus <[email protected]>
remove duplicate babel-code-frame dependency (#778)

a727f5e36fe45cff7fbdfcbf51a42df8bbc39845 authored over 8 years ago by Douglas Duteil <[email protected]>