Filip Sauer
Results
3
comments of
Filip Sauer
Seems like the same issue as in #1966
I confirm that the error still exists.
If you're using TypeScript, just add `@testing-library/cypress` to your tsconfig.json under `compilerOptions.types` like this: ``` { "compilerOptions": { ... "types": [..., "@testing-library/cypress"] } } ```