Skip to content

test: cleanup create-rslib unnecessary tests and suppress logs#1490

Merged
Timeless0911 merged 1 commit intomainfrom
chore/cleanup-create-rslib-tests
Feb 16, 2026
Merged

test: cleanup create-rslib unnecessary tests and suppress logs#1490
Timeless0911 merged 1 commit intomainfrom
chore/cleanup-create-rslib-tests

Conversation

@Timeless0911
Copy link
Copy Markdown
Contributor

@Timeless0911 Timeless0911 commented Feb 16, 2026

Summary

  • Suppress console logs in create-rslib rstest configuration to reduce noise.
image
  • Remove redundant template availability test in create-rslib as it is unnecessary after former refactor.

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings February 16, 2026 02:18
@Timeless0911 Timeless0911 changed the title chore: cleanup create-rslib tests and suppress logs test: cleanup create-rslib unnecessary tests and suppress logs Feb 16, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs cleanup on the create-rslib test suite by suppressing console log output and removing redundant test coverage.

Changes:

  • Suppressed console logs in rstest configuration by adding onConsoleLog: () => false
  • Removed redundant TEMPLATES import from test file
  • Removed test that verified base template list, which is already covered by integration tests

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
packages/create-rslib/rstest.config.ts Added console log suppression to reduce noise during test execution
packages/create-rslib/test/index.test.ts Removed redundant template availability test and unused TEMPLATES import

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Timeless0911 Timeless0911 merged commit 572a590 into main Feb 16, 2026
20 checks passed
@Timeless0911 Timeless0911 deleted the chore/cleanup-create-rslib-tests branch February 16, 2026 02:27
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