Skip to content

Commit

Permalink
docs(typescript): clarify TypeSCript usage
Browse files Browse the repository at this point in the history
Closes #524
  • Loading branch information
gregberge committed Mar 7, 2023
1 parent 82e4163 commit 573c3d4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ jest --maxWorkers=2

### TypeScript

Install types:

```bash
npm install --save-dev @types/puppeteer @types/jest-environment-puppeteer @types/expect-puppeteer
```
TypeScript is natively supported from v8.0.0, for previous versions, you have to use [types provided by the community](https://github.com/DefinitelyTyped/DefinitelyTyped).

### Writing tests using Puppeteer

Expand Down

0 comments on commit 573c3d4

Please sign in to comment.