each
Part of the test factories family. Generates stories based on the provided list of values.
export const statusStories = each(['Online', 'Offline', 'Busy'], (status) =>
it(`shows user status as ${status}`),
);
Part of the test factories family. Generates stories based on the provided list of values.
export const statusStories = each(['Online', 'Offline', 'Busy'], (status) =>
it(`shows user status as ${status}`),
);