MCPcopy Index your code
hub / github.com/Lobos/react-ui / cb

Function cb

test/components/Button/behavior.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6describe('Behavior', () => {
7 it('Should call onClick callback', (done) => {
8 const cb = () => {
9 done()
10 },
11 wrapper1 = shallow(
12 <Button onClick={cb}>
13 Button

Callers

nothing calls this directly

Calls 1

doneFunction · 0.50

Tested by

no test coverage detected