run-verify

JSON →
library 1.2.7 ·javascript
verified Jun 4, 2026

Library for proper test verifications in async contexts (callbacks, events, promises). Stable v1.2.7 with no breaking changes expected. Unlike basic expect assertions, run-verify ensures that async verifications are caught and reported properly by test runners, preventing uncaught exceptions causing confusing stack traces. Provides utilities like runVerify, asyncVerify, wrapCheck, and wrappers for runFinally/runTimeout/runDefer. Released under MIT license.