You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started working here: https://github.com/solenopsys/converged-test. The code currently contains many unnecessary elements and requires substantial time for deep refactoring.
Is that supposed to be the equivalent for Voby of "solid-testing-library"? I'm not sure how these things should be written, I think it would probably be good with the rest of the ecosystem on this.
Yes, I created it for my project and later forked voby-testing-library after completing it. The most important aspect of https://github.com/solidjs/solid-testing-library/ is the tests. I have plans to refactor the tests and adapt them for voby. Regarding the API, I need to give it some thought.
I tried testing Voby with easy-dom and bun.sh, but events were not working.
After I tried testing with @testing-library/dom and bun.sh, it worked fine.
I needed a testing library for Voby.
Example for solid: https://github.com/solidjs/solid-testing-library/
The text was updated successfully, but these errors were encountered: