App/Test Report

Automated Test Report

The Macetz test suite runs against the real src/lib modules — no mocks of our own logic. It runs in CI on every push to main.

37 / 37 passing

All tests green · 7 suites · 26 ms

Last run: 2026-07-08 04:45 UTCVitest · TypeScript strict

Add-a-Pair Config Snippet

tests/config-snippet.test.ts

3/3

Chain-Aware Error Handling

tests/errors.test.ts

4/4

Distribute CSV & Singleton

tests/disperse-csv.test.ts

4/4

Operational Pair Gating

tests/pair-gating.test.ts

7/7

Registry Integrity Checks

tests/integrity.test.ts

6/6

Registry Sourcing & Merge

tests/registry-merge.test.ts

7/7

Token Icon Resolution

tests/token-icons.test.ts

6/6

Reproduce locally

git clone https://github.com/pramadanif/macetz.git
cd macetz && npm install
npm run test          # run the suite
npm run test:report   # regenerate this page's data

This page reflects the summary committed by npm run test:report. The CI workflow re-runs the same suite on every push, so a green CI badge means these numbers are current.