-
Notifications
You must be signed in to change notification settings - Fork 760
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
Upgrading Testing Deps #3976
Upgrading Testing Deps #3976
Conversation
Upgrading Jest & Vitest with any adjacent tooling
…in a monolithic pattern
|
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6228630718/npm-package-wrangler-3976 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/6228630718/npm-package-wrangler-3976 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6228630718/npm-package-wrangler-3976 dev path/to/script.js Additional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6228630718/npm-package-cloudflare-pages-shared-3976 Note that these links will no longer work once the GitHub Actions artifact expires.
| Please ensure constraints are pinned, and |
Codecov Report
@@ Coverage Diff @@
## main #3976 +/- ##
==========================================
+ Coverage 75.08% 75.13% +0.04%
==========================================
Files 195 195
Lines 11533 11533
Branches 3054 3054
==========================================
+ Hits 8660 8665 +5
+ Misses 2873 2868 -5 |
"snapshotFormat": { | ||
"escapeString": true, | ||
"printBasicPrototype": true | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this cause the snapshots to need updating?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This prevents the snapshots from needing updating with the v29 migration
https://jestjs.io/docs/upgrading-to-jest29#snapshot-format
Upgrading Jest & Vitest with any adjacent tooling. Additionally some more monorepo standardizing.