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
fd73358d9ee85c3623a10acfebb5af88c51d628b authored over 6 years ago
645d61b3bdb1817b780841b0150c77f41d68195e authored over 6 years ago
5cce79addfdc772605b4ea9b324d9f4cece862ce authored over 6 years ago
199cc70f20c79755595872274b2fb4a8e6509377 authored over 6 years ago
Fixes #1836.
b3f7a7071c0cb4d6b68ba73e5d06dc6c515614a5 authored over 6 years ago
Tests from this file are now consistently timing out in TravisCI. Split
across multiple files in...
Fixes #1826.
09f2d87540ff5ab9d8c4875d141312dc6d3fb80b authored over 6 years ago9cdc29bb1341d2c7b91ff364b63b3c49710c5c3e authored over 6 years ago
b6a95b14099df88d33b12b998f41fa9bb2bbc60d authored over 6 years ago
a4f741cfb7b32c92a2031e6d11bfdab71acc1a61 authored over 6 years ago
Fixes #1824
12713c9b56b4ee98c3f744c8822fed829ca96e99 authored over 6 years ago1142ead3d6865619f4cfcb868a600289264837cc authored over 6 years ago
b91f7e0da8f3ef1e603a0aa6514e3752ee3baa59 authored over 6 years ago
1951677e43ea118c128663c10e80c8c8ae5ebf16 authored over 6 years ago
673f81c3985c8b940ce97f688dfc9fc8b4c60aca authored over 6 years ago
ad2d96de0be5db4dc9640fc41f369af20ae92eaa authored over 6 years ago
068bae7d83dead002d81afdbddd78024d7c8e618 authored over 6 years ago
02ea7b60ce60485fd8fe1c7938d8f9e3f0f1f78b authored over 6 years ago
179f26ad1acbb56f10c18042f73903aec4af54e8 authored over 6 years ago
The config file must be placed next to the `package.json`. Config must not be present in both. T...
16f474242880ea325fea792dbd11ae43bbe17c06 authored over 6 years agoAllow configuration of test & helper file extensions. Files will be recognized when searching fo...
3533aba3f7960fc19070c726124a1e1993a1f790 authored over 6 years ago
To be honest I'm not really sure if this is useful, but it allows us to
more easily test edge-ca...
4c6eef38a32ebab4f833420752a3a3f905815dea authored over 6 years ago
Simplify test and helper file precompilation. Remove alternate Babel
options resolution, at the ...
c68d92eb304d89e5a50382bb5aa059be73015575 authored over 6 years ago
0d6986c5da2e71d2ecd7490249bd5eee9c3445d7 authored over 6 years ago
ebb394886558c4c51194d20caa8024be9121c4d7 authored over 6 years ago
This is a weird flag to use when invoking AVA, since it causes AVA to
use a temporary directory ...
2167c575c925d104dc5ecab3d45143a328e9f33a authored over 6 years ago
Closes #1766
434cb7424db72c8475311184cf07a82bcb754343 authored almost 7 years ago
The previous definition of `PromiseLike` gives the `onFulfill` argument to the
`then` method as...
Add Node.js 10 to CI. Also test without package lock on this version,
rather than 8.
Support...
94986c7be20d86a08458fe19b83549fdac6eb7b7 authored almost 7 years ago43313990a87fb5fa3690656af607cd069fbe171d authored almost 7 years ago
7e5ff0fdda4bcf96cdbacdc67374ebfea19cc304 authored almost 7 years ago
388c6d46c1ecb0bfd14da4ff1cc2c8827e01459f authored almost 7 years ago
It can take longer for workers to exit than the timeout period, in which
case restarting the tim...
1e0e8e84dbc8ed70286d01dd9c8d290f30533aad authored almost 7 years ago
This replaces the previous reporter tests. Instead we run the reporter
for varying test outputs ...
The extra concurrency seems to particularly hurt the reporter integration tests.
cb9c192945c4e1102c7f8fc9d7a62fea8cb01569 authored almost 7 years ago
Simplify how test results flow from the worker processes to the API
instance to the reporters by...
They're covered by the integration tests for reporters.
Tests shouldn't assume that AVA's repor...
b2a3b21e1488a5cb1efeb6079bfef3aae7601dac authored almost 7 years ago
* Built-in recovery in case serialization fails
* Handle non-error objects and format such value...
2bd570edefc7cb5ab018eaf80191d81c6c25bf34 authored almost 7 years ago
8938577ff10459f24838bad099ecae4da8b4be44 authored almost 7 years ago
Centralize the logging of these startup-related errors. Remove
unnecessary handling of watcher e...
Users can add it themselves if they want to measure the loading
performance of their own code. I...
We shouldn't expose the test instance through 'this'.
a681ecfd5a20c0b1ab099b8680fba67da941b5c0 authored almost 7 years agob30e6a675765f46378cefa014e9657abb99e491f authored almost 7 years ago
f843d2f19d241c8e1f2deebf72d6616b22518584 authored almost 7 years ago
2609494f530aea1a8b7321dc8b24d4e67f3e7b90 authored almost 7 years ago
6882bd0d964bfece80507e8e096692d7549ae703 authored almost 7 years ago
25cc917853122f7ad5e3ec53c82569a894fd28c0 authored almost 7 years ago
718349ece833c30052138862785a4e7ee7bc02e6 authored almost 7 years ago
* Remove documentation of --init option
* Change @ava/init to create-ava
It's more idiomat...
319d0792168a57761c6c20ca9d746adbaa7baf1e authored almost 7 years ago6bba766241e20873406f844f34df56a1c0c894df authored almost 7 years ago
* Update Babel to beta 44
* Update internal AVA presets
* Update hullabaloo-config-manager
* ...
53fb487e6b44444d430770292b076cbde240179a authored almost 7 years ago
Fixes #1750.
a5100889cbb5eb45c1910f6df054fc05296f6126 authored almost 7 years agoIgnore `cli-spinners` and `inquirer`, since #1722 removes them.
Ignore `git-branch`, since the ...
4e24ececf258e685c940e8366253ac1130cc5394 authored almost 7 years ago28c8acd44113b5b0e672fe3306fe21ed8c554c61 authored almost 7 years ago
Disable XO rules that necessitate large code changes.
d258ce3b646fedf1f5f15386ea66b50e3fe445e1 authored almost 7 years agoe196257f7900681a5185f0c39d30d9c4b970f191 authored almost 7 years ago
977cf4f4a6e11c44d8f9e472c4626a20cf39e050 authored almost 7 years ago
* Remove --init flag
* Move from ava-init to @ava/init
84a884ed89277329724f1675a459b7f045bdec75 authored almost 7 years ago
29d2c5d3df3895859c7f4d531e57c58ecdd6cba3 authored almost 7 years ago
04d88b5da3b7d07959553ee9fb88faae7f284874 authored almost 7 years ago
a36422ce26626e1d40261f921ac652f4ef8713cd authored almost 7 years ago
Fixes #1686.
Updates the assertion skipping type definitions to be in line with the actual im...
ecc219ae31dc5259d9da21b7712b6940c634856b authored almost 7 years agoRemove global installation suggestion.
d3bade8cd7fac004c1c6d2eff9b3f498257baa60 authored almost 7 years agoWhen running TypeScript in strict mode, the `test()` function needs to be explicitly cast in ord...
e9d417fb51423fd990768717ef94734f9e6caaca authored almost 7 years agoc833d552b4804391c9562dcad757a5dfe6cab957 authored almost 7 years ago
Work around https://github.com/eslint/eslint/issues/9980 by disabling
the `no-await-in-loop` rul...
Fixes #1720. `t.falsy()` can be used instead.
e4446544f075c6613bae030f285b23181ddff1af authored almost 7 years ago1d9f176b7153282a4cbf5f1d676b67b95ffb2911 authored almost 7 years ago
The interrupt call wasn't properly guarded and ran whenever a test
result was received, rather t...
nyc is now officially part of Istanbul. They also have a tutorial on how
to integrate it with Ba...
349648a772f6f1e1aced9b511f68a540033db77e authored almost 7 years ago
14a842fdef91ab1a98d9d864e47bbf196ea4afdb authored almost 7 years ago
Fixes #1579.
932a7700b70a2885b3483d06568b8e2c6868de69 authored almost 7 years ago29ae3070655b1285acdc67a7976fb2050fa630f7 authored almost 7 years ago
672736d677ed035fcbc7adbe9bf0a420dd0848bf authored almost 7 years ago
dcff56a841ac056537ce3aefe5f41092bb28d287 authored almost 7 years ago
Remove `core-assert` dependency. When passed a function as the second
argument, `t.throws()` no...
This removes AVA's internal flags, set by fork.js and consumed by
test-worker.js. Fixes #1393.
...
Babel config is hard to reload. Plugins and presets may be in the
require cache. AVA may detect ...
0948d87a79ac6f91afa5766a45dee212e511b6f9 authored almost 7 years ago
ae50a1357ec1e4163e95e803bc2dee799f28c659 authored almost 7 years ago
98e66da92c1747c51abe0a60e2fb2a306baf0935 authored almost 7 years ago
033377354d071f64f913db998ddf3be651548b98 authored almost 7 years ago
Following discussion of #1309, this PR attempts to clarify the documentation to avoid confusion ...
2a18f31f27893e9a5ad51e3070f49aec01cd9aa6 authored almost 7 years ago
Ensure subsequent t.snapshot() calls compare the correct snapshot.
Forbid snapshots from being s...
53771993f247f601abbd863182efcd9867763a80 authored almost 7 years ago
Assertions are now bound. Fixes #1592.
Assertions are now skipped by calling `.skip()` at the e...
20f4cea3a8648dd5fbdf5e4357ad6b0d7d23f1de authored almost 7 years ago0b27db54228cd297066151bd20d3425c47b1542c authored almost 7 years ago
632dc3e08147bb61aa1b2993ac5d1df0de377902 authored almost 7 years ago
We truly appreciate all the hard work they did on AVA. It will not be forgotten. ❤️🙌
71d285bc84b73218d07185d3011c0ff9f05e44e3 authored almost 7 years ago705b787e3e09f4e2af0ed381ee1a1e30e1c73575 authored almost 7 years ago