]> source.dussan.org Git - sonarqube.git/blob
1adb77718dd98fa1234c7718a1cd2da17b4995bb
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly: default 1`] = `
4 <em
5   aria-label="field_required"
6   className="mandatory little-spacer-left"
7 >
8   *
9 </em>
10 `;
11
12 exports[`should render correctly: with className 1`] = `
13 <em
14   aria-label="field_required"
15   className="mandatory little-spacer-left foo-bar"
16 >
17   *
18 </em>
19 `;