asynct

JSON →
library 1.1.0 ·javascript deprecated
verified Jun 4, 2026

Asynct is a minimal async test runner for Node.js, version 1.1.0. It was designed for simplicity, allowing tests to be run in series or parallel with a simple callback-based API. However, it is no longer maintained and lacks features like assertion libraries, test filtering, or reporters. Alternative modern test frameworks like Mocha, Ava, or Jest are recommended for most use cases.