Sourced from zone.js's changelog.
0.15.0 (2024-08-15)
Bug Fixes
- zone.js: Add support for addition jest functions. (#57280) (e1240c6), closes #57277
- zone.js: Update the default behavior of fakeAsync to flush after the test (#57240) (70e8b40)
BREAKING CHANGES
- zone.js:
fakeAsyncwill now flush pending timers at the end of the given function by default. To opt-out of this, you can use{flush: false}in options parameter offakeAsync