]> source.dussan.org Git - sonarqube.git/blob
8fa473020e6bd2172b77f0ad306596526e1fc3e9
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly, and (un)register the link when (un)mounted 1`] = `
4 <A11ySkipTargetInner
5   addA11ySkipLink={
6     [MockFunction] {
7       "calls": Array [
8         Array [
9           Object {
10             "key": "main",
11             "label": "Skip to content",
12             "weight": undefined,
13           },
14         ],
15       ],
16       "results": Array [
17         Object {
18           "type": "return",
19           "value": undefined,
20         },
21       ],
22     }
23   }
24   anchor="main"
25   label="Skip to content"
26   removeA11ySkipLink={[MockFunction]}
27 >
28   <span
29     id="a11y_target__main"
30   />
31 </A11ySkipTargetInner>
32 `;