Work

AVA

software · 2015

Testing JavaScript Developer Tools

AVA is a JavaScript test runner that runs tests concurrently, making test suites faster. Created by Sindre Sorhus, it introduced a minimal, modern approach to testing that influenced the JavaScript testing ecosystem.

Design Philosophy

AVA prioritizes:

Key Features

AVA’s approach differs from traditional test runners:

Influence

AVA’s concurrent-by-default approach influenced:

Community

While Jest became the most popular JavaScript test runner, AVA demonstrated that test runners could be simpler and faster. Its focus on running tests concurrently pushed other tools to improve their parallelization.