solid-testing-library icon indicating copy to clipboard operation
solid-testing-library copied to clipboard

Examples and/or tests for this library

Open btakita opened this issue 1 year ago • 1 comments

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

btakita avatar Apr 28 '23 13:04 btakita

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.

atk avatar Apr 28 '23 20:04 atk