Skip to content

Test: css.multiple() cases#240

Merged
github-actions[bot] merged 1 commit intomainfrom
multiple-test
Sep 26, 2025
Merged

Test: css.multiple() cases#240
github-actions[bot] merged 1 commit intomainfrom
multiple-test

Conversation

@black7375
Copy link
Contributor

@black7375 black7375 commented Sep 26, 2025

Description

Test case for css.multiple()

Related Issue

Summary by CodeRabbit

  • Tests

    • Expanded coverage for CSS variants, including empty, single, and complex compositions, string class combinations, and mapping-based transformations.
    • Added support for mocking/spying in the test environment to validate transformation behavior and uniqueness of generated class names.
  • Chores

    • Cleaned up an obsolete comment.
  • Notes

    • No user-facing changes. Functionality and public API remain unchanged.

Additional context

Checklist

@changeset-bot
Copy link

changeset-bot bot commented Sep 26, 2025

⚠️ No Changeset found

Latest commit: 2510d4d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Sep 26, 2025

Note

Currently processing new changes in this PR. This may take a few minutes, please wait...

📥 Commits

Reviewing files that changed from the base of the PR and between 432b68d and 2510d4d.

📒 Files selected for processing (1)
  • packages/css/src/css/index.ts (2 hunks)
 _____________________________________________________________________________________________________________________
< The average user doesn't give a damn what happens, as long as (1) it works and (2) it's fast. - Daniel J. Bernstein >
 ---------------------------------------------------------------------------------------------------------------------
  \
   \   \
        \ /\
        ( )
      .( o ).

Tip

CodeRabbit can use your project's `biome` configuration to improve the quality of JS/TS/CSS/JSON code reviews.

Add a configuration file to your project to customize how CodeRabbit runs biome.

✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch multiple-test

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

Triggered from #240 by @​black7375.

Checking if we can fast forward main (432b68d) to multiple-test (2510d4d).

Target branch (main):

commit 432b68d9b638c4f662ccaffdfba184a97d39f22f (HEAD -> main, origin/main)
Author: alstjr7375 <alstjr7375@daum.net>
Date:   Thu Jul 24 00:00:00 2025 +0900

    Feat: `CSSRuleWith` type #236

Pull request (multiple-test):

commit 2510d4d1341fe487b5b12fe429fefeb999f2681c (pull_request/multiple-test)
Author: alstjr7375 <alstjr7375@daum.net>
Date:   Fri Jul 25 00:00:00 2025 +0900

    Test: `css.multiple()` cases

It is possible to fast forward main (432b68d) to multiple-test (2510d4d). If you have write access to the target repository, you can add a comment with /fast-forward to fast forward main to multiple-test.

@black7375
Copy link
Contributor Author

/fast-forward

@github-actions
Copy link
Contributor

Triggered from #240 (comment) by @​black7375.

Trying to fast forward main (432b68d) to multiple-test (2510d4d).

Target branch (main):

commit 432b68d9b638c4f662ccaffdfba184a97d39f22f (HEAD -> main, origin/main)
Author: alstjr7375 <alstjr7375@daum.net>
Date:   Thu Jul 24 00:00:00 2025 +0900

    Feat: `CSSRuleWith` type #236

Pull request (multiple-test):

commit 2510d4d1341fe487b5b12fe429fefeb999f2681c (pull_request/multiple-test)
Author: alstjr7375 <alstjr7375@daum.net>
Date:   Fri Jul 25 00:00:00 2025 +0900

    Test: `css.multiple()` cases

Fast forwarding main (432b68d) to multiple-test (2510d4d).

$ git push origin 2510d4d1341fe487b5b12fe429fefeb999f2681c:main
To https://github.com/mincho-js/mincho.git
   432b68d..2510d4d  2510d4d1341fe487b5b12fe429fefeb999f2681c -> main

@github-actions github-actions bot merged commit 2510d4d into main Sep 26, 2025
12 checks passed
@github-actions github-actions bot deleted the multiple-test branch September 26, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant