summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/src/components/shared/Button/tests/__snapshots__/CloseButton.spec.js.snap
blob: d0a0cb9967e886dcbc237cfd49263f0d04263f67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`CloseButton renders with tooltip 1`] = `
<button
  className="close-btn"
  onClick={[Function]}
  title="testTooltip"
>
  <AccessibleImage
    className="close"
  />
</button>
`;