✅ Fix poisoning tests for latest Node#6951
Conversation
Recent Node.js versions expose QuotaExceededError and Temporal as globals, causing the dropMainGlobals helper to flag them as missing from the known list and fail the e2e poisoning suite.
|
@fast-check/ava
fast-check
@fast-check/jest
@fast-check/packaged
@fast-check/poisoning
@fast-check/vitest
@fast-check/worker
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6951 +/- ##
=======================================
Coverage 94.78% 94.78%
=======================================
Files 212 212
Lines 5833 5833
Branches 1536 1536
=======================================
Hits 5529 5529
Misses 296 296
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Recent Node.js versions expose QuotaExceededError and Temporal as
globals, causing the dropMainGlobals helper to flag them as missing
from the known list and fail the e2e poisoning suite.