Skip to content

Conversation

@AriPerkkio
Copy link
Member

Description

Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. If the feature is substantial or introduces breaking changes without a discussion, PR might be closed.
  • Ideally, include a test that fails without this PR but passes with it.
  • Please, don't make changes to pnpm-lock.yaml unless you introduce a new test example.

Tests

  • Run the tests with pnpm test:ci.

Documentation

  • If you introduce new functionality, document it. You can run documentation with pnpm run docs command.

Changesets

  • Changes in changelog are generated from PR name. Please, make sure that it explains your changes in an understandable manner. Please, prefix changeset messages with feat:, fix:, perf:, docs:, or chore:.

@netlify
Copy link

netlify bot commented May 29, 2025

Deploy Preview for vitest-dev ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit cc249a7
🔍 Latest deploy log https://app.netlify.com/projects/vitest-dev/deploys/6838a4023f814a0008129acb
😎 Deploy Preview https://deploy-preview-8055--vitest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@AriPerkkio AriPerkkio force-pushed the fix/cli-silent-parsing branch from cc249a7 to ba21dee Compare May 30, 2025 12:11
@AriPerkkio AriPerkkio requested a review from sheremet-va May 30, 2025 12:13
@sheremet-va sheremet-va merged commit 8fad735 into vitest-dev:main May 30, 2025
12 of 13 checks passed
@AriPerkkio AriPerkkio deleted the fix/cli-silent-parsing branch May 30, 2025 15:49
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.

npm run test <pattern> and --silent option unexpectedly run all tests instead of matching only one file

2 participants