diff --git a/cumulus/parachains/README.md b/cumulus/parachains/README.md index 6230ccb738..1fb0c5061b 100644 --- a/cumulus/parachains/README.md +++ b/cumulus/parachains/README.md @@ -7,6 +7,7 @@ The general internal structure is: - `chain-specs`: Chain specs for the runtimes contained in its sibling dir `runtimes`. - `common`: Common configurations, `impl`s, etc. used by several parachain runtimes. +- `integration-tests`: Integration tests to test parachain interactions via XCM. - `pallets`: FRAME pallets that are specific to parachains. - `runtimes`: The entry point for parachain runtimes.