summaryrefslogtreecommitdiff
path: root/vite.config.js
Commit message (Collapse)AuthorAge
* Ratchet up coverageKit La Touche2024-11-15
| | | | Just basic "will it mount?" tests for more components.
* Ratchet up Component test coverageKit La Touche2024-11-15
| | | | | | | | | | Turns out a number of our components are a pain to run via a mounting test, but Svelte does suggest that this is the dispreferred way to test anyway. Using use:, triggering navigation after logout, and scrollIntoView all make the headless node test process with the janky in-memory mount have a Very Bad Day. But this is still progress! We will press on.
* Add in start of testsKit La Touche2024-11-14
|
* Add FE test frameworkKit La Touche2024-11-14
|
* Allow setting API_SERVER to forward `npm run dev` to a running instance.Owen Jacobson2024-11-08
|
* Hoist the UI one step up furtherOwen Jacobson2024-10-10