Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(browser): don't add v= queries to setup files imports #6759

Conversation

sheremet-va
Copy link
Member

Description

Fixes #6690

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 changed the title fix(browser): don't add v= queries to setup files fix(browser): don't add v= queries to setup files imports Oct 21, 2024
Copy link

pkg-pr-new bot commented Oct 21, 2024

@vitest/browser

pnpm add https://pkg.pr.new/@vitest/browser@6759

@vitest/coverage-istanbul

pnpm add https://pkg.pr.new/@vitest/coverage-istanbul@6759

@vitest/coverage-v8

pnpm add https://pkg.pr.new/@vitest/coverage-v8@6759

@vitest/expect

pnpm add https://pkg.pr.new/@vitest/expect@6759

@vitest/mocker

pnpm add https://pkg.pr.new/@vitest/mocker@6759

@vitest/pretty-format

pnpm add https://pkg.pr.new/@vitest/pretty-format@6759

@vitest/runner

pnpm add https://pkg.pr.new/@vitest/runner@6759

@vitest/snapshot

pnpm add https://pkg.pr.new/@vitest/snapshot@6759

@vitest/spy

pnpm add https://pkg.pr.new/@vitest/spy@6759

@vitest/ui

pnpm add https://pkg.pr.new/@vitest/ui@6759

@vitest/utils

pnpm add https://pkg.pr.new/@vitest/utils@6759

vite-node

pnpm add https://pkg.pr.new/vite-node@6759

@vitest/web-worker

pnpm add https://pkg.pr.new/@vitest/web-worker@6759

@vitest/ws-client

pnpm add https://pkg.pr.new/@vitest/ws-client@6759

vitest

pnpm add https://pkg.pr.new/vitest@6759

commit: 84fef50

Copy link

netlify bot commented Oct 21, 2024

Deploy Preview for vitest-dev ready!

Name Link
🔨 Latest commit 68dba4f
🔍 Latest deploy log https://app.netlify.com/sites/vitest-dev/deploys/67167307886d7a0008605e88
😎 Deploy Preview https://deploy-preview-6759--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 b82584c into vitest-dev:main Oct 21, 2024
18 checks passed
@sheremet-va sheremet-va deleted the fix/different-import-setup-file-version branch October 21, 2024 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Browser mode: cannot overwrite request handler when MSW is initialized in setup file
1 participant