Filip Sauer

Results 3 comments of Filip Sauer

If you're using TypeScript, just add `@testing-library/cypress` to your tsconfig.json under `compilerOptions.types` like this: ``` { "compilerOptions": { ... "types": [..., "@testing-library/cypress"] } } ```