MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / test

Function test

src/__tests__/utils.spec.js:236–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234 describe('isFunction', () => {
235 it('should return `true` for functions', () => {
236 function test() {}
237
238 expect(Utils.isFunction(test)).toBe(true);
239 expect(Utils.isFunction(Array.prototype.slice)).toBe(true);

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…