UNPKG

@wix/design-system

Version:

@wix/design-system

23 lines 850 B
import React from 'react'; // @ts-ignore import { PopoverNext } from '../../dist/cjs'; // This object should contain a mock value for each required prop of this component export const requiredProps = { open: true, onOpenChange: () => { }, children: (React.createElement(React.Fragment, null, React.createElement(PopoverNext.Trigger, null, React.createElement("button", null, "Trigger")), React.createElement(PopoverNext.Content, null, "Content"))), }; const props = { ...requiredProps }; // This array should contain an object only for tests you wish to run on all compliance tests const sharedTests = [ { props, }, ]; export const testkitTests = [...sharedTests]; export const ssrTests = [...sharedTests]; export const a11yTests = [...sharedTests]; //# sourceMappingURL=PopoverNext.meta.js.map