solidjs / solid-testing-library

Simple and complete Solid testing utilities that encourage good testing practices.
MIT License
194 stars 17 forks source link

Examples and/or tests for this library #37

Open btakita opened 1 year ago

btakita commented 1 year ago

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

atk commented 1 year ago

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.