openpencil/tests/engine
Danila Poyarkov 6954ff3ce7 refactor(jsx): replace hand-rolled Tailwind mapping with twirlwind
- Use twirlwind for CSS-to-Tailwind class conversion instead of
  450 lines of manual lookup tables and formatting functions
- Build a CSS style object from scene node properties, pass to twirl()
- Remove design-jsx/tailwind.ts (pxToSpacing, colorToTwClass, etc.)
- Remove unused Tailwind-specific helpers from jsx/helpers.ts
- Update tests for twirlwind's v4-native output format
2026-05-17 00:54:53 +03:00
..
acp style: tighten import grouping 2026-05-06 02:22:08 +03:00
app test: move tauri helpers into domain folder 2026-05-06 16:16:08 +03:00
cli chore(lint): fix unused test code 2026-05-06 02:53:19 +03:00
clipboard test(engine): organize clipboard and vector coverage 2026-05-16 13:18:38 +03:00
color test(engine): move root tests into domains 2026-05-16 12:30:27 +03:00
editor test(engine): organize clipboard and vector coverage 2026-05-16 13:18:38 +03:00
figma/api test(figma): place image api coverage with figma api tests 2026-05-16 12:40:49 +03:00
geometry test(engine): split geometry coverage by domain 2026-05-16 13:30:25 +03:00
hit-test chore(tests): enforce non-null assertion rule 2026-05-06 11:44:18 +03:00
icons test(engine): move root tests into domains 2026-05-16 12:30:27 +03:00
io test(engine): stabilize render and heavy fig tests 2026-05-16 13:39:45 +03:00
kiwi/serialize-fixes test(engine): stabilize full engine smoke 2026-05-16 13:27:46 +03:00
layout test(engine): stabilize full engine smoke 2026-05-16 13:27:46 +03:00
lint test(engine): move root tests into domains 2026-05-16 12:30:27 +03:00
mcp test(engine): move root tests into domains 2026-05-16 12:30:27 +03:00
pen chore(tests): narrow no-empty-function exceptions 2026-05-06 12:32:54 +03:00
profiler test(engine): split profiler coverage by module 2026-05-16 14:15:04 +03:00
random test(engine): move root tests into domains 2026-05-16 12:30:27 +03:00
render refactor(jsx): replace hand-rolled Tailwind mapping with twirlwind 2026-05-17 00:54:53 +03:00
scene-graph test(engine): split mutation coverage by domain 2026-05-16 12:51:43 +03:00
snap test(engine): move root tests into domains 2026-05-16 12:30:27 +03:00
tauri test: move tauri helpers into domain folder 2026-05-06 16:16:08 +03:00
text test(engine): organize clipboard and vector coverage 2026-05-16 13:18:38 +03:00
tools test(engine): split image coverage by domain 2026-05-16 12:38:00 +03:00
vector test(engine): organize clipboard and vector coverage 2026-05-16 13:18:38 +03:00
vue perf(vue): coalesce canvas surface frames 2026-05-15 11:21:33 +03:00
perf.bench.ts style: tighten import grouping 2026-05-06 02:22:08 +03:00