MCPcopy Create free account
hub / github.com/dozoisch/react-async-script / MockedComponent

Class MockedComponent

test/async-script-loader-spec.js:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import makeAsyncScriptLoader from "../src/async-script-loader";
6
7class MockedComponent extends React.Component {
8 render() {
9 return <span />;
10 }
11}
12
13const getScript = (URL, toBoolean = false) => {
14 const scripTags = document.getElementsByTagName("script");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…