Skip to content

Commit

Permalink
README: update test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Aug 20, 2023
1 parent 9518d34 commit 39fab2d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ All contributions are welcome!

### run tests:

first, build the package:

```sh
yarn build
```

then run the tests:

```sh
yarn test
```

0 comments on commit 39fab2d

Please sign in to comment.