Skip to content

Commit

Permalink
Update readme with command to install types (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 authored Apr 8, 2021
1 parent d3d320f commit c0559d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ npm install --save-dev jest-puppeteer puppeteer jest
```

> Requires Jest v22+
> TypeScript users should additionally install `@types/puppeteer`, `@types/jest-environment-puppeteer` and `@types/expect-puppeteer`
```bash
# TypeScript users should install following type packages
npm install --save-dev @types/puppeteer @types/jest-environment-puppeteer @types/expect-puppeteer
```

## Supporting jest-puppeteer

Expand Down

0 comments on commit c0559d2

Please sign in to comment.