Alex Lohr
Alex Lohr
This issue is with the vite plugin, not with testing library. Anyways, can you show me your vite(st) configuration?
With the newest plugin, you no longer need to manually load jest-dom. Also, transformMode is deprecated.
Can you try to add solid-transition-group to `test.server.deps.inline`?
Thanks, I'll have a closer look this weekend.
Effects run asynchronously, so this is expected behavior and not an error. In order to check the ref, you need to await until the button can be found in the...
I just tested it. I can see the console output: `{ myButton: HTMLButtonElement {} }`. I literally just added your component and test to the ts-vitest template's tests.
For your current need, please look at the example for `testEffect` - the underlying concepts of testing asynchronous signal changes apply to memos, too. Still, this request seems reasonable. I'll...
I wanted to rewrite them since 1.3, but everyone told me to wait. Didn't use Google translate, though. Update: found a few issues. Please address them.
Solid start already configures vite-plugin-solid for you, so that's not the issue. The disconnect must be somewhere else.
Original author of that template here: If you configure coverage to be collected, the package will be automatically installed. For those who don't collect it, it's a superfluous package, which...