PTA - Test runner for zora

JSON →
library 1.3.0 ·javascript
verified Jun 4, 2026

PTA (v1.3.0) is a CLI test runner designed for programs using the zora testing library. It provides a simple command-line interface to run test files with patterns, supports both CommonJS and ES modules, and offers options like '--only' for focused test runs and '--reporter' (tap, log, default). As a lightweight wrapper around zora (peer dependency ^6), it automates test file discovery with sensible defaults. PTA requires Node.js >= 16. Its key differentiator is being the official zora runner with minimal configuration, unlike other test runners (Jest, AVA) that bundle their own assertion libraries or have complex configuration.