bullmq-tests
Installation
SKILL.md
bullmq-tests
Overview
Per github.com/taskforcesh/bullmq:
"The fastest, most reliable, Redis-based distributed queue for Node. Carefully written for rock solid stability and atomicity."
BullMQ's testing model differs from Sidekiq / Celery: there is no
"fake mode" or in-memory queue substitute. Tests use real Redis
(Docker / Testcontainers) or stub it via ioredis-mock. Tests
typically validate: queue add → worker processor → completion event.