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-15 07:12:24 +00:00
2026-04-03 21:48:54 +00:00
2026-03-26 14:26:31 +00:00
2026-04-08 16:19:30 +00:00
2026-04-03 21:48:54 +00:00
2026-04-01 23:53:38 +00:00
2026-04-04 23:03:07 +00:00
2026-04-03 21:48:54 +00:00
2026-04-11 12:49:57 +00:00
2026-03-15 01:42:19 +00:00