void testComponent(Config config, Component component) { group('${component.name}', () { for (final story in component.stories) { testStory(config, story); } }); }