wix-style-react
Version:
wix-style-react
29 lines • 809 B
JavaScript
// This object should contain a mock value for each required prop of this component
export const requiredProps = {};
// 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 = [
{
title: 'render',
props: {
...requiredProps,
fill: [
'rgb(50, 132, 144)',
'rgb(50, 183, 198)',
'rgb(146, 224, 225)',
'rgb(203, 246, 255)',
'rgb(229, 250, 248)',
],
},
},
];
export const ssrTests = [...sharedTests];
export const a11yTests = [...sharedTests];
//# sourceMappingURL=Palette.meta.js.map