pluginIcon.spec.jsx.snap 262 B

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