A driver for running the msgpack compatibility test suite in Node.js. Version 1.0.0, no recent updates (as of 2018). It provides the Exam class to fetch and iterate over test cases from the msgpack-test-suite, allowing developers to verify their msgpack encoder/decoder implementations. Differentiates by offering a structured way to run standardized tests across multiple msgpack libraries.
npm install msgpack-test-jsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use Exam.getExams to iterate over test cases and verify encode/decode with msgpack-lite.
Use boolean true/false for enabled types instead of numbers.
Check the msgpack-test-suite repository for updates and manually adjust.
Use with strict TypeScript settings; verify type coverage.
Run 'npm install --save-dev msgpack-test-suite' or install it globally.
Use 'import { Exam } from 'msgpack-test-js''.Use 'Exam.getExams(...)' instead.
No dependency data recorded yet.