Skip to content

Testing

Run the full test suite:

npm test

The repo uses:

  • unit tests for pure modules
  • golden tests for drawlists/layout/routing where byte-level stability matters
  • fuzz-lite tests for binary parsers (bounded, never-throw)