Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 470
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
6815aba77791c6a916b3b4918243d82903d86163278d0cc7b67b2d9dc86fc8193ac7637ff5e2e18f60cb28cfd773c85724ebfb12304ad31c229501070aa109e38048ab8a2a66File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
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 @@ | ||
| --- | ||
| --- |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -51,15 +51,10 @@ | ||
| "lint": "eslint src", | ||
| "lint:attw": "attw --pack . --profile node16 --ignore-rules named-exports", | ||
| "lint:publint": "publint || true", | ||
| "test": "jest && vitest --watch=false", | ||
| "test:cache:clear": "jest --clearCache --useStderr", | ||
| "test:ci": "jest --maxWorkers=70%", | ||
| "test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html", | ||
| "test:jest": "jest", | ||
| "test": "vitest --watch=false", | ||
| "test:sandbox:integration": "playwright test", | ||
| "test:sandbox:integration:ui": "playwright test --ui", | ||
| "test:sandbox:integration:update-snapshots": "playwright test --update-snapshots", | ||
| "test:vitest": "vitest", | ||
| "watch": "rspack build --config rspack.config.js --env production --watch" | ||
| }, | ||
| "browserslist": "last 2 years", | ||
| @@ -91,18 +86,16 @@ | ||
| }, | ||
| "devDependencies": { | ||
| "@clerk/testing": "workspace:^", | ||
| "@emotion/jest": "^11.13.0", | ||
| "@rsdoctor/rspack-plugin": "^0.4.13", | ||
| "@rspack/cli": "^1.4.11", | ||
| "@rspack/core": "^1.4.11", | ||
| "@rspack/plugin-react-refresh": "^1.5.0", | ||
| "@svgr/webpack": "^6.5.1", | ||
| "@swc/jest": "0.2.39", | ||
| "@types/cloudflare-turnstile": "^0.2.2", | ||
| "@types/node": "^22.18.6", | ||
| "@types/webpack-env": "^1.18.8", | ||
| "bundlewatch": "^0.4.1", | ||
| "jsdom": "^24.1.3", | ||
| "jsdom": "26.1.0", | ||
jacekradko marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| "minimatch": "^10.0.3", | ||
| "webpack-merge": "^5.10.0" | ||
| }, | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.