MCPcopy
hub / github.com/testing-library/react-testing-library / getConfig

Function getConfig

src/config.js:10–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8}
9
10function getConfig() {
11 return {
12 ...getConfigDTL(),
13 ...configForRTL,
14 }
15}
16
17function configure(newConfig) {
18 if (typeof newConfig === 'function') {

Callers 3

strictModeIfNeededFunction · 0.90
configureFunction · 0.85
config.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…