Skip to content

Comments

feat(vitest): add "provide" option#6253

Merged
sheremet-va merged 3 commits intovitest-dev:mainfrom
sheremet-va:feat/add-provide-config-option
Aug 9, 2024
Merged

feat(vitest): add "provide" option#6253
sheremet-va merged 3 commits intovitest-dev:mainfrom
sheremet-va:feat/add-provide-config-option

Conversation

@sheremet-va
Copy link
Member

Description

Fixes #6206

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

@sheremet-va sheremet-va added this to the 2.1.0 milestone Aug 1, 2024
@netlify
Copy link

netlify bot commented Aug 1, 2024

Deploy Preview for vitest-dev ready!

Name Link
🔨 Latest commit 7b040e3
🔍 Latest deploy log https://app.netlify.com/sites/vitest-dev/deploys/66ab4d25ed3edd00082f0ec8
😎 Deploy Preview https://deploy-preview-6253--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.

@sheremet-va sheremet-va merged commit 4409d77 into vitest-dev:main Aug 9, 2024
@sheremet-va sheremet-va deleted the feat/add-provide-config-option branch August 9, 2024 13:15
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.

Add global provide option

1 participant