You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSDOM is default environment in Jest
Here we only extend this environment to be able to start
V8 garbadge collection at the end of each suite testing
This allows to show clearer picture of heap usage by each test suite
as GC now runs exactly between test suites (before it had some lazy
behaviour about when to run GC)
0 commit comments