wix-style-react
Version:
wix-style-react
25 lines • 767 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,
subtitle: 'Create your product item in an easy & fast way to display it on your site',
theme: 'page',
title: " You don't have any items yet",
},
},
];
export const ssrTests = [...sharedTests];
export const a11yTests = [...sharedTests];
//# sourceMappingURL=EmptyState.meta.js.map