Skip to content

Commit

Permalink
chore: add running TSC to test README (#5852)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed May 13, 2020
1 parent c6d01c9 commit f5d2597
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/README.md
Expand Up @@ -43,6 +43,12 @@ Despite being named 'unit', these are integration tests, making sure public API
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`:

```js
Expand Down

0 comments on commit f5d2597

Please sign in to comment.