MCPcopy
hub / github.com/gilbarbara/react-joyride / expectControls

Function expectControls

test/__setup__/test-helpers.ts:54–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54export function expectControls() {
55 return expect.objectContaining({
56 close: expect.any(Function),
57 go: expect.any(Function),
58 info: expect.any(Function),
59 next: expect.any(Function),
60 open: expect.any(Function),
61 prev: expect.any(Function),
62 replay: expect.any(Function),
63 reset: expect.any(Function),
64 skip: expect.any(Function),
65 start: expect.any(Function),
66 stop: expect.any(Function),
67 });
68}

Callers 3

registerTourFlowTestsFunction · 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…