Simple and complete Solid testing utilities that encourage good testing practices.
by solidjsTypeScript
Last 12 weeks · 0 commits
4 of 6 standards met
Repository: solidjs/solid-testing-library. Description: Simple and complete Solid testing utilities that encourage good testing practices. Stars: 226, Forks: 20. Primary language: TypeScript. Languages: TypeScript (98.8%), JavaScript (1.2%). License: MIT. Open PRs: 2, open issues: 9. Last activity: 5mo ago. Community health: 75%. Top contributors: ryansolid, atk, amoutonbrady, birkskyum, krymel, pting-me, rivajunior, tigerabrodi, thetarnav, danieljcafonso and others.
This PR fixes typos in the docs for and . Now the function names in the docs match the code
I was upgrading by solid demo repository and got the following My current PR: https://github.com/chubbyts/solid-petstore/pull/3/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519 Code: https://github.com/chubbyts/solid-petstore/blob/vendor-upgrade/src/app.tsx Test: https://github.com/chubbyts/solid-petstore/blob/vendor-upgrade/tests/app.test.tsx The code seems to run as before the upgrade (no issue) but any test i wrote related to router has this error message. To be honest i have no clue if this it the right place to post this, nor if i fucked up in the first place.
Consistent with the rest of the solidjs org packages Also use node 22 in test ci