setupGlobal.js — react Source File
Architecture documentation for setupGlobal.js, a javascript file in the react codebase.
Entity Profile
Relationship Graph
Source Code
/* eslint-disable */
module.exports = () => {
// can use beforeEach/afterEach or setupEnvironment.js in node >= 13: https://github.com/nodejs/node/pull/20026
// jest's `setupFiles` is too late: https://stackoverflow.com/a/56482581/3406963
process.env.TZ = 'UTC';
};
Domain
Subdomains
Functions
Source
Frequently Asked Questions
What does setupGlobal.js do?
setupGlobal.js is a source file in the react codebase, written in javascript. It belongs to the BabelCompiler domain, Optimization subdomain.
What functions are defined in setupGlobal.js?
setupGlobal.js defines 1 function(s): module.
Where is setupGlobal.js in the architecture?
setupGlobal.js is located at scripts/jest/setupGlobal.js (domain: BabelCompiler, subdomain: Optimization, directory: scripts/jest).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free