Files
gravl/backend/test
clawd 9d7cfddb4f test: convert phase-06-tests.js from Jest to Node.js native test runner
Replace describe/before/it/expect() (Jest) with the node:test module
and node:assert. All test logic, endpoints, and assertion semantics are
preserved; the file now runs with: node --test backend/test/phase-06-tests.js

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-04-28 01:38:07 +02:00
..