UNPKG

wix-style-react

Version:
30 lines 750 B
// This object should contain a mock value for each required prop of this component export const requiredProps = { data: [ { value: 100, label: 'label_1', }, { value: 200, label: 'label_2', }, { value: 300, label: 'label_3', }, ], }; // 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=AreaChart.meta.js.map