Add web test harness (vitest) with first component test #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Discovered during #1: the web CI job gates on typecheck + build only; there is no JS test runner yet. Wire vitest (+ @nuxt/test-utils if warranted) when the first real frontend logic lands, so 'tests green' covers both sides of the monorepo. Acceptance: CI web job runs a real test suite green.
Closed with #9 (
5c42ab3): vitest harness wired — 15 unit tests over the display logic (EDTF German formatting incl. seasons/uncertainty, §8.1 title preference, label collection, money formatting), pnpm test in the CI web job, green in CI.