solid-testing-library
solid-testing-library copied to clipboard
Examples and/or tests for this library
Could you add some working example code or tests in this repo to demonstrate how how to use this library? Specifically, I'm trying to test a memo created by a npm package but do not see any example code on how to create such a test.
Thanks
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 try to add some more examples until end of next week.