Skip to content

Commit

Permalink
chore: Update DEVELOPMENT.md (#3207)
Browse files Browse the repository at this point in the history
* chore: Update DEVELOPMENT.md

* Update DEVELOPMENT.md
  • Loading branch information
JulissaDantes authored Apr 15, 2024
1 parent 4b15ada commit 98728ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ $ npm test
```
If you only want to test a specific package just `cd` into the specific package folder and run the same command as above.

If you want to run the tests in recon mode, you must specify the ceramic-one path, the IPFS flavor as `rust`, and indicate that ceramic will run in recon mode on:
```
CERAMIC_ONE_PATH=<PATH> CERAMIC_RECON_MODE=true IPFS_FLAVOR=rust npm test
```

## Debugging and Local Development

See [DEVELOPMENT_LOCAL.md](docs-dev/DEVELOPMENT_LOCAL.md)
Expand Down

0 comments on commit 98728ab

Please sign in to comment.