MCPcopy Create free account
hub / github.com/adobe/react-spectrum / renderSlider

Function renderSlider

packages/react-aria-components/test/Slider.test.js:37–38  ·  view source on GitHub ↗
(sliderProps, thumbProps, trackProps, outputProps)

Source from the content-addressed store, hash-verified

35);
36
37let renderSlider = (sliderProps, thumbProps, trackProps, outputProps) =>
38 render(<TestSlider {...{sliderProps, thumbProps, trackProps, outputProps}} />);
39
40describe('Slider', () => {
41 let user;

Callers 1

Slider.test.jsFile · 0.70

Calls 1

renderFunction · 0.50

Tested by

no test coverage detected