summaryrefslogtreecommitdiffstats
path: root/devtools/client/application/test/node/components/manifest/__snapshots__/components_application_panel-ManifestUrlItem.test.js.snap
blob: 62f4fdfe11bb098aa6ba0e81424124ec791e0397 (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[`ManifestUrlItem renders the expected snapshot for a populated url 1`] = `
<ManifestItem
  label="foo"
>
  <div
    className="manifest-item__url"
  />
</ManifestItem>
`;

exports[`ManifestUrlItem renders the expected snapshot for an empty url 1`] = `
<ManifestItem
  label="foo"
>
  <div
    className="manifest-item__url"
  />
</ManifestItem>
`;