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

chore: replace deprecated jest.autoRun in .vscode/settings.json #66609

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

devjiwonchoi
Copy link
Contributor

Why?

Screenshot 2024-06-07 at 2 22 00 AM

Since jest.autoRun in .vscode/settings.json is deprecated, this PR replaces it with an equivalent setting using the recommended migration guide.

Starting from v6.1.0, if no runMode is defined in settings.json, the extension will automatically generate one using legacy settings (autoRun, showCoverageOnLoad). To migrate, simply use the "Jest: Save Current RunMode" command from the command palette to update the setting, then remove the deprecated settings.

x-ref: https://github.com/jest-community/vscode-jest/blob/master/README.md#autorun

@ijjk
Copy link
Member

ijjk commented Jun 6, 2024

Allow CI Workflow Run

  • approve CI run for commit: 3078681

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@ijjk ijjk added the created-by: Next.js team PRs by the Next.js team label Jun 18, 2024
@ijjk ijjk merged commit 4ecbcfd into vercel:canary Jun 18, 2024
19 of 71 checks passed
@devjiwonchoi devjiwonchoi deleted the jwn/bi67 branch June 18, 2024 14:25
@github-actions github-actions bot added the locked label Jul 3, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
created-by: Next.js team PRs by the Next.js team locked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants