/** * Unit tests for the V8 pressure monitor. * * We can't reliably push the real V8 heap over the threshold in a unit * test, so we exercise the monitor by varying its threshold instead. * With threshold near 0, any non-empty heap trips it; with threshold * 1.0, nothing does. This pins the comparison direction (used / limit) * and the dispose contract. */ export {}; //# sourceMappingURL=pressure-monitor.test.d.ts.map