-
Notifications
You must be signed in to change notification settings - Fork 416
chore(clerk-js): Reapply Convert all Jest tests to Vitest #6823
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
Changes from 13 commits
6815aba
77791c6
a916b3b
4918243
d82903d
8616327
8d0cc7b
67b2d9d
c86fc81
93ac763
7ff5e2e
18f60cb
28cfd77
3c85724
ebfb123
04ad31c
2295010
70aa109
e38048a
b8a2a66
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| --- | ||
| --- |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -88,7 +88,7 @@ | |
| "@types/react": "catalog:react", | ||
| "@types/react-dom": "catalog:react", | ||
| "@vitejs/plugin-react": "^4.5.2", | ||
| "@vitest/coverage-v8": "3.0.5", | ||
| "@vitest/coverage-v8": "3.2.4", | ||
| "chalk": "4.1.2", | ||
| "citty": "^0.1.6", | ||
| "conventional-changelog-conventionalcommits": "^4.6.3", | ||
|
|
@@ -146,7 +146,7 @@ | |
| "typescript-eslint": "8.38.0", | ||
| "uuid": "8.3.2", | ||
| "verdaccio": "^5.33.0", | ||
| "vitest": "3.0.5", | ||
| "vitest": "3.2.4", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chainVitest 3.2.4 bump LGTM—ensure lockfile updates. Looks good. Please run pnpm install to refresh the lockfile and CI cache. 🏁 Script executed: #!/bin/bash
set -euo pipefail
echo "Checking for vitest versions and lingering Jest deps..."
rg -n -C2 -S '"vitest"\s*:' package.json || true
rg -n -C2 -S '\b(jest|@jest/globals|jest-chrome|jest-environment-jsdom|ts-jest)\b' --glob '!**/node_modules/**' || trueLength of output: 349 #!/bin/bash 🏁 Script executed: #!/bin/bash
set -euo pipefail
echo "Checking for Jest-related dependencies in package.json..."
jq -r '((.dependencies // {}) + (.devDependencies // {})) | keys[]' package.json \
| grep -E '^(jest|@jest/globals|jest-chrome|jest-environment-jsdom|ts-jest)' \
|| echo "No Jest deps found"Length of output: 119 Remove lingering Jest dependencies and update lockfile.
🤖 Prompt for AI Agents
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jacekradko Should this be updated?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tmilewski No, there are still packages that use |
||
| "yalc": "1.0.0-pre.53", | ||
| "zx": "catalog:repo" | ||
| }, | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.