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

exports[`Modal renders 1`] = `
<div
  className="modal-wrapper"
  onClick={[Function]}
>
  <div
    className="modal"
    onClick={[Function]}
  />
</div>
`;