Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✅ test: add unit test for src/Markdown/markdown.style.ts #320

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gru-agent[bot]
Copy link
Contributor

@gru-agent gru-agent bot commented Mar 31, 2025

Trigger Info

Trigger Type Triggered By Source File Assignment
Push canisminor1990 src/Markdown/markdown.style.ts Detail

Summary

This PR introduces unit tests for the markdown.style.ts file to ensure the correctness of the styles generated by the useStyles function and the exported IGNORE_CLASSNAME constant. Key changes include:

  • Unit Tests:

    • Added tests to verify default style values such as font size, header multiple, margin multiple, line height, and border radius.

    • Added tests to validate custom style values passed as props to useStyles.

    • Verified the presence of the IGNORE_CLASSNAME constant and its expected value.

    • Ensured that styles for various markdown elements (e.g., blockquote, code, details, h1, etc.) are correctly applied and exclude elements with the .ignore-markdown-style class.

    • Checked specific style properties like link colors, code font family, and code background.

  • Mocking:

    • Mocked the antd-style library to simulate the createStyles function and provide a controlled testing environment.

This PR enhances the reliability of the markdown styling logic by ensuring comprehensive test coverage.

Coverage

The change in coverage value, such as: 0% -> 50%, indicates that the coverage was 0% before writing the tests and 50% after writing them.

https://web.dev/articles/ta-code-coverage

Type Change
lines 0% -> 100% 🔺
functions 0% -> 100% 🔺
statements 0% -> 100% 🔺
branches 0% -> 100% 🔺
source program

Test Statuses

Status Change
passed 0 -> 4 🔺
failed 0 -> 0
skipped 0 -> 0
source program

Tip

You can @gru-agent and leave your feedback. TestGru will make adjustments based on your input

Tip

You can @gru-agent rebase to rebase the PR.

Tip

You can @gru-agent redo to reset or rebase before redoing the PR.

Tip

To modify the test code yourself, click here Edit Test Code

@gru-agent gru-agent bot requested a review from canisminor1990 March 31, 2025 10:29
Copy link

vercel bot commented Mar 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
lobe-ui ✅ Ready (Inspect) Visit Preview Mar 31, 2025 11:15am

@lobehubbot
Copy link
Member

👍 @gru-agent[bot]


Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

Copy link

pkg-pr-new bot commented Mar 31, 2025

Open in Stackblitz

npm i https://pkg.pr.new/lobehub/lobe-ui/@lobehub/ui@320

commit: df255a1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants