app/javascript/spec/visual-settings-form/__snapshots__/visual-settings-form.spec.js.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`visual settings form matches the snapshot 1`] = `
<div
className="loadSettings"
>
<Loading
active={true}
className="loading"
description="Active loading indicator"
small={true}
withOverlay={false}
/>
</div>
`;