The baked‑in template helpers in generator/apps/generator/lib/templates/bakedInTemplates.js are core functionality, but there are no dedicated unit tests covering them. This makes it easy to regress template discovery and filtering behavior without noticing.
What to add
- Tests for listBakedInTemplates (no filter, single filter, combined filters)
- Tests for isCoreTemplate (existing + missing names)
- Tests for getTemplate (path resolution + fallback)