Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Update Readme for integration-tests #1429

Merged
merged 2 commits into from
Jul 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions parachains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down