Skip to content

Conversation

@AriPerkkio
Copy link
Member

Description

  • Custom snapshot serializers to simplify outputs of coverage maps

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 Feb 13, 2025

Deploy Preview for vitest-dev ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit d52acc0
🔍 Latest deploy log https://app.netlify.com/sites/vitest-dev/deploys/67adea477270ca00085c9f05
😎 Deploy Preview https://deploy-preview-7482--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 site configuration.


export default defineConfig({
plugins: [vue()],
optimizeDeps: {
Copy link
Member

Choose a reason for hiding this comment

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

This shouldn't be necessary 🤔

Copy link
Member Author

Choose a reason for hiding this comment

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

I think it started to be required as soon as I added setupFiles. 🤔
CI and local failed constantly when running pnpm test in test/coverage-test. Adding this fixed the issue immediately.

@AriPerkkio AriPerkkio merged commit cb48e64 into vitest-dev:main Feb 13, 2025
13 checks passed
@AriPerkkio AriPerkkio deleted the test/coverage-summary branch February 13, 2025 15:12
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