-
`test:unit:client` could run `.svelte` and `.svelte.js`/`.svelte.ts` files with jsdom and svelte testing library (which sets `resolve: browser`)
`test:unit:server` could run the remaining files wit…
-
Hello, @mcous has hijacked this post! We've launched ~experimental~ Svelte 5 support in `@testing-library/svelte`. ~See [the Svelte 5 section](https://github.com/testing-library/svelte-testing-library…
-
Hello,
Following #14 I upgraded to 0.2.0 in a Svelte 4.x project and replaced all `T`s with `LegacyT` but I get an error:
```
$ npm run dev
> myapp@0.0.1 dev
> vite dev
Re-optimizing depen…
-
Fantastic package however, I seem to have hit a snug trying to set focus and find available options.
// select-component.svelte
```
```
//select-component.test.ts
```
const selectInput = g…
-
## Summary
I've created a Tooltip component that utilizes [Skeleton Popup](https://www.skeleton.dev/utilities/popups). It works just fine in the browser.
However, when I try to test it via Testi…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
### Describe the problem
There are a lot of testing libraries out there but none of them work well with Svelte. For example all the the testing methods [recommended in the FAQs](https://svelte.dev/…
-
### What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
### What platform is your computer?
Darwin 22.6.0 arm64 arm
### What steps can reproduce the bug?
I've created a…
-
### Is your feature request related to a problem? Please describe
Difficult to know which method to use for mocking in tests, how to use Svelte v5
### Describe the solution you'd like
Code guidelin…
-
Hi,
I'm new to svelte, and I'm trying to add some unit tests to my application. I followed explanations on how to setup the testing library, but when I execute the "npm test" command on a component…