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

bug: must use the class type not the instance type

Open yanick opened this issue 2 years ago • 0 comments

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.

yanick avatar Jun 02 '22 16:06 yanick