RepoJournal
Meta

Meta

React, React Native, and Jest - the open source under what Meta ships

Keep up with Meta in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript AI / ML Full archive →

The Wire · Showcase

JEST FIXES ES MODULE RESOLVER LOADING

By RepoJournal · Filed · About Meta

Jest can now load custom resolvers written as ES modules, closing a gap that forced developers back to CommonJS workarounds.

The jest-resolve module shipped a fix [1] that extends loadResolver to accept ES module exports alongside the existing function and object hook patterns. Previously, importing a resolver written as an ES module would fail validation even if it exported a valid sync or async hook [2]. The change maintains backward compatibility: loadResolver still accepts functions or objects with sync/async properties, but now correctly handles the module format that modern Node.js favors. This solves issue #16284 and closes PR #16332 with a single commit across the repo this period.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(jest-resolve): load a user resolver written as an ES module ↗ facebook/jest
  2. [2] fix(jest-resolve): load a user resolver written as an ES module (#16332) facebook/jest

Quick answers

What shipped in Meta on August 16, 2026?
Jest can now load custom resolvers written as ES modules, closing a gap that forced developers back to CommonJS workarounds. In total, 1 commits and 1 pull requests landed.
Who contributed to Meta on August 16, 2026?
1 developer shipped this update, including MahinAnowar.
What were the notable Meta updates?
fix(jest-resolve): load a user resolver written as an ES module and fix(jest-resolve): load a user resolver written as an ES module (#16332).

More from Meta

Daily updates, in your inbox

Follow Meta

Keep up with Meta in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?