jsonscript-test (v0.6.0) is a testing library for JSONScript scripts, allowing developers to define and run test suites that validate script behavior. It is part of the JSONScript ecosystem and is currently a work in progress, with an unstable API expected to evolve. Unlike general testing frameworks, it is tailored specifically for JSONScript's declarative execution model. Release cadence is sporadic, as the project is in early development.
npm install jsonscript-testNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates defining and running a test suite for a JSONScript script, with import examples.
Pin to exact version and expect breaking changes.
Use ES module imports or downgrade to v0.5.x if CJS needed.
Validate JSONScript scripts before including in test suites.
Add "type": "module" to package.json or use .mjs extension.
Switch to import statements or downgrade to v0.5.0.
Ensure JSONScript script produces correct output; check script definition.
No dependency data recorded yet.