()
| 13 | type Story = StoryObj<typeof Marimekko> |
| 14 | |
| 15 | const getRandomValue = () => random(0, 32) |
| 16 | |
| 17 | const generateData = () => |
| 18 | [`it's good`, `it's sweet`, `it's spicy`, 'worth eating', 'worth buying'].map(statement => ({ |
no test coverage detected