mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: add running TSC to test README (#5852)
This commit is contained in:
parent
c6d01c950e
commit
f5d2597bac
@ -43,6 +43,12 @@ Despite being named 'unit', these are integration tests, making sure public API
|
|||||||
npm run unit
|
npm run unit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- __Important__: don't forget to first run TypeScript if you're testing local changes:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm run tsc && npm run unit
|
||||||
|
```
|
||||||
|
|
||||||
- To run a specific test, substitute the `it` with `it.only`:
|
- To run a specific test, substitute the `it` with `it.only`:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
Loading…
Reference in New Issue
Block a user