ava icon indicating copy to clipboard operation
ava copied to clipboard

Node.js test runner that lets you develop with confidence 🚀

Results 116 ava issues
Sort by recently updated
recently updated
newest added

As of https://github.com/avajs/ava/pull/2841 AVA prints warnings when file paths were provided on the CLI that could not be used to select test files, or otherwise when the CLI arguments result...

scope:reporters

I noticed that changing the source file sometimes leads to ava reporting a "1 previous failure in test files that were not rerun" even though the tests testing that file...

bug
help wanted
scope:watch-mode

Please provide details about: * What you're trying to do: run a test and view stack traces when things go wrong * What happened: I received an unexpected error, but...

bug
help wanted

Watch mode uses [`chokidar`](https://github.com/paulmillr/chokidar) to detect changes. Chokidar can emit `error` events. Currently these are ignored. We should report them to the user instead as they may include clues as...

enhancement
help wanted
scope:watch-mode

`childProcess.fork` received a new option called `serialization`, which would let us use the V8 clone algorithm for passing messages instead of JSON. We could then pass types like `Buffer`. It...

low priority
future
scope:internals

When using a macro, the failure report does not include a line number that could be used to navigate to the test. Example of the report: ``` Number must be...

help wanted
scope:reporters
scope:assertions

## Description Currently if a HTML element is passed to `t.snapshot` it copies the code as is to the `.md` file. I was hoping to pass a function to the...

scope:assertions

This is a list of known problems and desired improvements with our default reporter. Some may be easier to solve than others, but probably we should [clean up our reporter...

bug
help wanted
scope:reporters
:dollar: Funded on Issuehunt

Existing writePendingTests is not too helpful when trying to figure out what went wrong in the test during these scenarios. You should print all logs accumulated if verbose is turned...

question

## Description Currently when you run a test with a non-awaited `t.throwsAsync` the only error shown is ` Error: Test finished, but an assertion is still pending`. I'd love to...

bug
help wanted
scope:assertions