Snippets for Atom.
Codemods that simplifies upgrading to newer versions.
Property based testing.
Run fixture/baseline tests.
Add docker databases to your test contexts.
get a fresh Postgres database for every test
Set up AVA for Preact.
JSON output with AVA compatibility.
use TypeScript in shared workers
Testing web components via Puppeteer.
Test ESLint plugins with AVA.
ESLint rules.
Run tests with Fly.
Run tests with Grunt.
Run tests with Gulp.
Test jscodeshift codemods with AVA.
Parameterized testing.
Test helpers for Redux.
Generate AVA tests for Redux reducers in a React app.
Run tests with Sigh.
Run tests with Start.
Snippets for Sublime.
Snippets for Vim.
Snippets for Visual Studio Code.
Run and verify benchmarks using AVA and benchmark.js.
Creates a minimal Express server for testing. (Example)
Add delays to your tests. (Example)
Test your CLI tools. (Example)
Test the output of streams. (Example)
Memory leak testing.
Promisify an event. (Example)
Promisify callback-style functions for better testing. (Example)
Test Electron apps using AVA and ChromeDriver.