svelte-testing-library
svelte-testing-library copied to clipboard
bug: must use the class type not the instance type
Potential solution for #194
Basically, what render
gets is the class, not instances of that class.
Also, for the options, we were not dealing well with the shortcut of passing the props directly.