summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/compatibility/test/node/components/__snapshots__/components-compatibility-NodeItem.test.js.snap
blob: daf80ec227bbe98a7cf3cbf8fe66e5300cb59ac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`NodeItem component renders a node 1`] = `
<li
  className="compatibility-node-item"
>
  <span
    className="objectBox objectBox-node clickable"
    data-link-actor-id="test-actor"
    onClick={[Function]}
    onMouseOut={[Function]}
    onMouseOver={[Function]}
  >
    <span
      className="tag-name"
    >
      test-element
    </span>
  </span>
</li>
`;