UNPKG

jest-metadata

Version:

🦸‍♂️ Superhero power for your Jest reporters! 🦸‍♀️

5 lines (4 loc) 244 B
export { injectRealmIntoSandbox, detectDuplicateRealms } from './detect'; export { default as realm } from './realm'; export type { ParentProcessRealm } from './ParentProcessRealm'; export type { ChildProcessRealm } from './ChildProcessRealm';