Skip to content

Commit

Permalink
docs(readme): remove Yarn-specific installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrolfs committed Sep 18, 2022
1 parent 8e3c229 commit e66667d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,12 @@ All of your favorite user-centric querying functions from **@testing-library/rea
### 1. Install

```bash
# For use with Playwright
npm install --save-dev playwright-testing-library

# For use with Playwright Test
# For use with Playwright Test (@playwright/test)
npm install --save-dev @playwright-testing-library/test
```

or

```bash
# For use with Playwright
yarn add --dev playwright-testing-library
# For use with Playwright (playwright)
npm install --save-dev playwright-testing-library

# For use with Playwright Test
yarn add --dev @playwright-testing-library/test
```

### 2a. Use _Playwright Test [fixture](https://playwright.dev/docs/test-fixtures)_
Expand Down

0 comments on commit e66667d

Please sign in to comment.