test: cover init modules and pipeline - #401
Open
0x76agabond wants to merge 3 commits into
Open
0x76agabond wants to merge 3 commits into
0x76agabond wants to merge 3 commits into
Conversation
|
👷 Deploy request for compose-diamonds pending review.Visit the deploys page to approve it
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add focused tests for the modules used by
compose initand an integration test for the complete init pipeline.Changes Made
InitPipelinetest harness using temporary directories and a fixture framework adapter.130CLI tests, TypeScript build, and lint successfully.Checklist
Before submitting this PR, please ensure:
forge fmt- Not applicable; no Solidity files were changed.130CLI tests pass.npm run cli@test,npm run cli@build, andnpm run cli@lintpass.Make sure to follow the [contributing](https://compose.diamonds/docs/contribution/how-to-contribute) guidelines.
Additional Notes
Framework installation and real project compilation remain covered by the existing Foundry and Hardhat smoke-test steps in the CLI workflow. The Vitest pipeline tests use a fixture adapter so the regular test suite remains fast and deterministic.