ava-tests

Installation
SKILL.md

ava-tests

Overview

Per github.com/avajs/ava:

AVA's distinguishing properties:

  • Concurrent by default: each test file runs in a separate Node process; tests within a file run concurrently unless serial.
  • No globals: import test from 'ava' - explicit, easier to type, no dependency-injection hacks.
  • Async-first: native promise/async-await support; no done callback dance.
  • Powerful assertion failures: t.is/t.deepEqual etc. produce diff-rich failure output.
  • Snapshot support: t.snapshot() built-in.
Installs
2
Repository
testland/qa
GitHub Stars
8
First Seen
Aug 12, 2026
ava-tests — testland/qa