From 98728ab01a9ea560601929e5dc79e6a4b90dc882 Mon Sep 17 00:00:00 2001 From: JulissaDantes Date: Mon, 15 Apr 2024 11:59:42 -0400 Subject: [PATCH] chore: Update DEVELOPMENT.md (#3207) * chore: Update DEVELOPMENT.md * Update DEVELOPMENT.md --- DEVELOPMENT.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 257b1448fe..45f742cee6 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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= CERAMIC_RECON_MODE=true IPFS_FLAVOR=rust npm test +``` + ## Debugging and Local Development See [DEVELOPMENT_LOCAL.md](docs-dev/DEVELOPMENT_LOCAL.md)