UNPKG

wix-style-react

Version:
25 lines 804 B
import Dropzone from '.'; import React from 'react'; // This object should contain a mock value for each required prop of this component export const requiredProps = { onDrop: () => { }, children: [ React.createElement(Dropzone.Overlay, null, React.createElement("span", null)), React.createElement(Dropzone.Content, null, React.createElement("span", null)), ], }; // This array should contain an object only for tests you wish to run on all compliance tests const sharedTests = [ { title: 'render', props: { ...requiredProps, }, }, ]; export const testkitTests = [...sharedTests]; export const ssrTests = [...sharedTests]; export const a11yTests = [...sharedTests]; //# sourceMappingURL=Dropzone.meta.js.map