Open n30w opened 1 week ago
Implementing component tests with:
https://svelte.dev/docs/svelte/testing
Creates this error when running vitest
.
Svelte error: rune_outside_svelte
The `$state` rune is only available inside `.svelte` and `.svelte.js/ts` files
Description
Implement more unit tests and new component tests with playwright for the frontend.
ArticleBox
components. Observe rendering on different data.<meta>
tests.Links
Additional context
No response