UNPKG

wix-style-react

Version:
20 lines 606 B
// This object should contain a mock value for each required prop of this component export const requiredProps = { dataSource: () => Promise.resolve({ items: [], totalCount: 0, }), }; // 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=ModalSelectorLayout.meta.js.map