Better Queue Store Test

JSON →
library 1.0.3 ·javascript
verified Jun 7, 2026

A testing utility library for verifying custom store implementations compatible with the better-queue package. Version 1.0.3 is the latest stable release. This package provides a test suite interface to ensure that custom queue stores (e.g., memory, database-backed) conform to the expected API and behavior. It integrates with Mocha and is intended as a dev dependency for store authors. Key differentiator: it reduces manual testing overhead and guarantees compatibility with better-queue's features.