Files
human-experience-filter-art/simulator/unit
BenStullsBets 3dc3e3491f feat(sim): pure altitude-scrub math module + node unit suite
Per plan Task 1. position->segment, frac->currentTime, audio gains, and
integer-crossing detection; 9 node --test cases green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-27 15:37:27 -07:00
..

Simulator unit tests

Pure-logic JS unit tests (no browser), run with Node's built-in test runner:

node --test simulator/unit/

scrub.test.js covers simulator/static/scrub.js — the pure altitude-scrub math (position→segment, frac→currentTime, audio gains, integer-crossing detection).