RobinKnipe / svelte5

Check support for svelte5 component testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test create-svelte5

bun support

Check whether component testing with bun works:

bun test

The component tests currently don't work, seems like a preprocessing step is needed...

standard npm (vitest)

Check if component unit tests are possible with standard tools:

npx vitest run

✔️ basic Counter.svelte component test working: src/routes/Counter.vitest.ts
❌ similar test for Header.svelte component not working: src/routes/Header.vitest.ts

About

Check support for svelte5 component testing


Languages

Language:TypeScript 86.8%Language:Svelte 11.3%Language:CSS 1.2%Language:JavaScript 0.5%Language:HTML 0.2%