Update Readme for integration-tests (#1429)

* Update Readme for integration-tests

* Update parachains/README.md

Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>

Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
This commit is contained in:
Ignacio Palacios
2022-07-06 11:10:14 +02:00
committed by GitHub
parent 4561c6c45b
commit 5c8fc013d1
+1
View File
@@ -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.