Closed kamiazya closed 4 months ago
Latest commit: e1aac83c705fdd3b904cac3d1ea329d5ba704c66
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The cicd.yaml
has been updated to include a new integration test job, testing the project with various TypeDoc versions. This change entails renaming the existing test
job to unit_test
and introducing a comprehensive integration testing routine. Additionally, the example/package.json
now includes TypeScript as a dev dependency.
File | Summary |
---|---|
.github/workflows/cicd.yaml |
Added integration_test job, renamed test job to unit_test . |
example/package.json |
Included typescript as a dev dependency. |
.changeset/proud-foxes-destroy.md |
Documented the patch to include an integration test for typedoc-plugin-mermaid . |
In workflows now, two tests delight,
Integration checks take flight;
Our TypeDoc dances in array,
Through versions, itβs a brighter day.
TypeScript joins the dev parade,
In the heart ofexample
s, changes made.
π°ππ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This pull request adds an integration test to the project. The integration test is designed to test the functionality of the TypeDoc plugin with different versions of TypeDoc. The test is run as part of the CI/CD pipeline and helps ensure the stability and compatibility of the plugin.
Summary by CodeRabbit
test
job tounit_test
in the CI workflow for clarity.devDependencies
inexample/package.json
to include TypeScript.