Skip to content

Commit

Permalink
docs(readme): only link 'Testing Library'
Browse files Browse the repository at this point in the history
  • Loading branch information
jrolfs committed Sep 28, 2022
1 parent cb9a0b2 commit bacdc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ test('my form', async ({screen, within}) => {

#### Async Methods

The `findBy` queries work the same way as they do in [Testing Library core](https://testing-library.com/docs/dom-testing-library/api-async) in that they return `Promise<Locator>` and are intended to be used to defer test execution until an element appears on the page.
The `findBy` queries work the same way as they do in [Testing Library](https://testing-library.com/docs/dom-testing-library/api-async) core in that they return `Promise<Locator>` and are intended to be used to defer test execution until an element appears on the page.

```ts
test('my modal', async ({screen, within}) => {
Expand Down

0 comments on commit bacdc9d

Please sign in to comment.