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:.

@AriPerkkio AriPerkkio force-pushed the fix/error-when-shard-count-higher-than-testfile-count branch from 22dde41 to e1cbc14 Compare June 6, 2025 08:32
@AriPerkkio AriPerkkio force-pushed the fix/error-when-shard-count-higher-than-testfile-count branch from e1cbc14 to a2e3b0b Compare June 14, 2025 13:31
@netlify
Copy link

netlify bot commented Jun 14, 2025

Deploy Preview for vitest-dev ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit a2e3b0b
🔍 Latest deploy log https://app.netlify.com/projects/vitest-dev/deploys/684d799bc9c81d000802c79a
😎 Deploy Preview https://deploy-preview-8112--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/error-when-shard-count-higher-than-testfile-count branch from a2e3b0b to 45e532f Compare June 14, 2025 13:41
@sheremet-va sheremet-va merged commit 8a18c8e into vitest-dev:main Jun 17, 2025
15 checks passed
@AriPerkkio AriPerkkio deleted the fix/error-when-shard-count-higher-than-testfile-count branch June 17, 2025 16:46
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.

Fails a shard if the shard index is higher than the number of test files

2 participants