You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, as my test file is written in typescript, I got the following error on vscode: Module '"reassure"' has no exported member 'measureRenders'.ts(2305)
It might be that I made a mistake following the instructions, or either the typescript types of the library are wrong or the README is outdated?
To Reproduce
Create a stub component in a file called ComponentUnderTest and then create a perf-test for it using typescript
Describe the bug
Following the README instructions I wrote my test case:
However, as my test file is written in typescript, I got the following error on vscode:
Module '"reassure"' has no exported member 'measureRenders'.ts(2305)
It might be that I made a mistake following the instructions, or either the typescript types of the library are wrong or the README is outdated?
To Reproduce
Create a stub component in a file called
ComponentUnderTest
and then create a perf-test for it using typescriptSee that there's a typescript error reported in vscode
Expected behavior
It works
Screenshots
I don't think a screenshot would help here
Additional context
Using v0.10.2
The text was updated successfully, but these errors were encountered: