Skip to content

Commit e74ddd4

Browse files
frinyvonnickKent C. Dodds
authored and
Kent C. Dodds
committed
docs: fix broken links to tests (#91)
1 parent 6c6c0b7 commit e74ddd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ and `queryAllBy` commands.
106106
You can find [all Library definitions here](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__cypress/index.d.ts).
107107

108108
To show some simple examples (from
109-
[cypress/integration/commands.spec.js](cypress/integration/commands.spec.js)):
109+
[cypress/integration/query.spec.js](cypress/integration/query.spec.js) or [cypress/integration/find.spec.js](cypress/integration/find.spec.js)):
110110

111111
```javascript
112112
cy.findAllByText('Jackie Chan').click()

0 commit comments

Comments
 (0)