Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

voby-testing-library #38

Open
solenopsys opened this issue Mar 25, 2024 · 4 comments
Open

voby-testing-library #38

solenopsys opened this issue Mar 25, 2024 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@solenopsys
Copy link

solenopsys commented Mar 25, 2024

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/

@fabiospampinato
Copy link
Member

I have no experience with this. If somebody wants to implement it we can bring it under the vobyjs github org 👍

@fabiospampinato fabiospampinato added enhancement New feature or request help wanted Extra attention is needed labels Mar 25, 2024
@fabiospampinato fabiospampinato changed the title Need testing-library voby-testing-library Mar 25, 2024
@solenopsys
Copy link
Author

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.

@fabiospampinato
Copy link
Member

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.

@solenopsys
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Development

No branches or pull requests

2 participants