MCPcopy Create free account
hub / github.com/ctrlplusb/react-injectables / actual

Function actual

test/Injector.test.js:184–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182
183 invalidInjections.forEach(invalidInjection => {
184 const actual = () => Injector({
185 into: validToArg
186 })(invalidInjection);
187
188 const expected = /Invalid injection value/;
189

Callers

nothing calls this directly

Calls 1

InjectorFunction · 0.85

Tested by

no test coverage detected