Solid-testing library TS-eslint-errors
Hey<
I am just starting out using solids testing library and setup my project according to this example: https://github.com/solidjs/solid-start/tree/main/examples/with-vitest/src
However I am getting some TS-errors I am not quite sure how to resolve correctly.
My
However on the destructor of
Furhtermore on the call to
Is this an error on my part or is this an error already present inside the example repo?
Thanks in advance
I am just starting out using solids testing library and setup my project according to this example: https://github.com/solidjs/solid-start/tree/main/examples/with-vitest/src
However I am getting some TS-errors I am not quite sure how to resolve correctly.
My
Counter.test.tsx looks exactly like in the example:However on the destructor of
queryByRole I receive the following error:Furhtermore on the call to
queryByRole I receive an error, that queryByRole does not return a Promise and is therefore not awaitable.Is this an error on my part or is this an error already present inside the example repo?
Thanks in advance
GitHub
SolidStart, the Solid app framework. Contribute to solidjs/solid-start development by creating an account on GitHub.
