Skip to content
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

feat(jest-runtime): expose @sinonjs/fake-timers async APIs #13981

Merged
merged 14 commits into from
Mar 6, 2023
Prev Previous commit
Next Next commit
Updated CHANGELOG
  • Loading branch information
lpizzinidev committed Mar 4, 2023
commit d1f54cea5da8bd4e1b922ce42d91a8efa75f1515
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- `[jest-runtime, @jest/transform]` Allow V8 coverage provider to collect coverage from files which were not loaded explicitly ([#13974](https://github.com/facebook/jest/pull/13974))
- `[jest-snapshot]` Add support to `cts` and `mts` TypeScript files to inline snapshots ([#13975](https://github.com/facebook/jest/pull/13975))
- `[jest-worker]` Add `start` method to worker farms ([#13937](https://github.com/facebook/jest/pull/13937))
- `[jest-runtime]` Expose `@sinonjs/fake-timers` async APIs functions `nextAsync`, `runAllAsync`, `runToLastAsync`, and `tickAsync(time)` ([#13981](https://github.com/facebook/jest/pull/13981))

### Fixes

Expand Down