Skip to content

Commit

Permalink
docs: fix the cypress-testing-library types link
Browse files Browse the repository at this point in the history
the types moved into the repo (testing-library/cypress-testing-library#148)
  • Loading branch information
mvasin committed Dec 27, 2020
1 parent 50097a7 commit 70034b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cypress-testing-library/intro.mdx
Expand Up @@ -45,7 +45,7 @@ Typings should be added as follows in `tsconfig.json`:
```

You can find
[all Library definitions here](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__cypress/index.d.ts).
[all Library definitions here](https://github.com/testing-library/cypress-testing-library/blob/master/types/index.d.ts).

## Examples

Expand Down

0 comments on commit 70034b8

Please sign in to comment.