giles
d6ae303db3
HS test generator: convert pick, evalStatically, run+evaluate patterns
New generator patterns:
- run() with {locals: {x: val}} + evaluate(window.X) + expect().toEqual()
→ (let ((x val)) (eval-hs "expr") (assert= it expected))
- evaluate(() => _hyperscript.parse("X").evalStatically()).toBe(val)
→ (assert= (eval-hs "X") val)
- toContain/toHaveLength assertions
Converts 12 tests from NOT IMPLEMENTED stubs (43→31 remaining):
- pick: 7/7 now pass (was 0/7 stubs)
- evalStatically: 5/8 now pass (was 0/8 stubs)
449/831 (54%), +12 from generator improvements.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 07:12:24 +00:00
..
2026-04-04 17:11:12 +00:00
2026-04-15 07:12:24 +00:00
2026-04-14 20:03:55 +00:00
2026-04-14 20:19:33 +00:00
2026-04-14 19:27:03 +00:00
2026-04-02 21:00:32 +00:00