This module exports some utils for the expect
function used in Jest.
pack node-style source files from a json stream into a browser bundle
module.exports = function (x) { return x }
Transforms all internal references to a module's exports such that each reference starts with `module.exports` instead of directly referencing an internal name. This enables easy mocking of specific (exported) functions in Jest with Babel/TypeScript, even