-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
✅ Explicitely import from Vitest #4863
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 7f2a116:
|
👋 A preview of the new documentation is available at: http://660e551eb0d0efb426683ec1--dubzzz-fast-check.netlify.app |
👋 A preview of the new documentation is available at: http://660e589fca68cdb8a7373ff0--dubzzz-fast-check.netlify.app |
👋 A preview of the new documentation is available at: http://660e5ac02a3958b98b10bdfa--dubzzz-fast-check.netlify.app |
👋 A preview of the new documentation is available at: http://660e5e60916c325a86f3c72c--dubzzz-fast-check.netlify.app |
👋 A preview of the new documentation is available at: http://660ef27a153a623aae4e5e75--dubzzz-fast-check.netlify.app |
ℹ️ There is probably an issue with the name of snapshots for long names implying outside of BMP plan characters ℹ️ Vitest does not seem to support poisoning on Function.prototype.apply during expect ℹ️ expect.not.toBe with {[cloneMethod]: () => self} |
👋 A preview of the new documentation is available at: http://660f20eb1b2173611753c928--dubzzz-fast-check.netlify.app |
👋 A preview of the new documentation is available at: http://660f3146047d2d0a10502a7d--dubzzz-fast-check.netlify.app |
👋 A preview of the new documentation is available at: http://660f9f493aa29759a01e12a9--dubzzz-fast-check.netlify.app |
👋 A preview of the new documentation is available at: http://660fa2c84f0a0453173622dd--dubzzz-fast-check.netlify.app |
👋 A preview of the new documentation is available at: http://660fa46e41e16c5bebf2bc51--dubzzz-fast-check.netlify.app |
👋 A preview of the new documentation is available at: http://660fa710fa5cb65e26e4da07--dubzzz-fast-check.netlify.app |
👋 A preview of the new documentation is available at: http://660fa85b8743a7598fc2048b--dubzzz-fast-check.netlify.app |
👋 A preview of the new documentation is available at: http://6612a4a6bdfc6fbdc7ba0134--dubzzz-fast-check.netlify.app |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4863 +/- ##
==========================================
+ Coverage 93.49% 93.57% +0.07%
==========================================
Files 207 209 +2
Lines 5015 5093 +78
Branches 1314 1360 +46
==========================================
+ Hits 4689 4766 +77
+ Misses 326 300 -26
- Partials 0 27 +27
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Let's drop the automatic globals being pushed by Vitest and move towards and explicit import of them!
Category:
Potential impacts: