1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

updating unit test command

This commit is contained in:
Jamie Hewitt 2021-03-16 11:38:33 +03:00
parent 16ed65659e
commit 09d3703f72

View File

@ -140,7 +140,7 @@ You can execute the unit tests individually with:
```bash
npm run test:unit
# same thing, but with coverage reporting
npm run test:unit:coverage
npm run test:unit:cover
```
### Integration Tests