pluginIcon.spec.jsx.snap 173 B

12345678
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`PluginIcon renders with default icon with invalid plugin id 1`] = `
  3. <IntegrationIcon
  4. image="github"
  5. size={20}
  6. />
  7. `;