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

Merge pull request #667 from oceanprotocol/issue-666/docs-test-commands

Issue 666/docs test commands
This commit is contained in:
Jamie Hewitt 2021-03-16 12:12:18 +03:00 committed by GitHub
commit eaa4852d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
@ -150,7 +150,7 @@ You can execute the integration tests individually with:
```bash
npm run test:integration
# same thing, but with coverage reporting
npm run test:integration:coverage
npm run test:integration:cover
```
## 🛳 Production