timeline-svg/test
tegwick 710794de88 test: fix template styling preservation test expectations
The test was checking for template element IDs (month-template,
lane-template, item-template) in the generated SVG output, but these
are explicitly removed during generation (generator.js:202-205).

Updated test to verify:
- Valid SVG structure (svg tag, viewBox)
- Generated content from templates (task titles, lanes from CSV)
- Presence of defs section (for gradients, etc.)

All 58 tests now passing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 23:01:46 +01:00
..
engine.test.js test: improve test infrastructure and fix test assertions 2025-11-27 08:59:23 +01:00
generator.test.js feat: add custom placeholder mapping for non-standard templates 2025-11-28 03:24:33 +01:00
integration.test.js test: fix template styling preservation test expectations 2026-01-23 23:01:46 +01:00
setup.js test: improve test infrastructure and fix test assertions 2025-11-27 08:59:23 +01:00
testHelpers.js refactor: use abstract ITEM placeholders with dynamic property mapping 2025-11-27 23:17:34 +01:00