From 9035dd3f11d000cd02ac09c348b60a962078fcd6 Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Tue, 23 May 2023 19:32:17 -0400 Subject: [PATCH] fix README for integ tests (#2317) --- packages/xrpl/test/integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xrpl/test/integration/README.md b/packages/xrpl/test/integration/README.md index 8795e87a..d106a0f9 100644 --- a/packages/xrpl/test/integration/README.md +++ b/packages/xrpl/test/integration/README.md @@ -4,4 +4,4 @@ To run integration tests: * With docker, run `docker run -p 6006:6006 --interactive -t --volume $PWD/.ci-config:/config/ xrpllabsofficial/xrpld:latest -a --start` * Or [download and build rippled](https://xrpl.org/install-rippled.html) and run `./rippled -a --start` * If you'd like to use the latest rippled amendments, you should modify your `rippled.cfg` file to enable amendments in the `[amendments]` section. You can view `.ci-config/rippled.cfg` in the top level folder as an example of this. -2. Run `npm test:integration` or `npm test:browser` +2. Run `npm run test:integration` or `npm run test:browser`