Skip to content

Commit 9485878

Browse files
committed
Generated snap for HelpSection.vue component
1 parent e13b881 commit 9485878

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`HelpSection.vue Check if the HelpSection.vue component has the expected UI 1`] = `
4+
<div class="help-section">
5+
<h3 class="vocab ha h3a">
6+
help.heading
7+
</h3>
8+
<ul class="help-links">
9+
<li class="help-link"><a class="vocab-body body-big help-link-a">
10+
help.what-are-cc-licenses.heading
11+
</a></li>
12+
<li class="help-link"><a class="vocab-body body-big help-link-a">
13+
help.how-licenses-work.heading
14+
</a></li>
15+
<li class="help-link"><a class="vocab-body body-big help-link-a">
16+
help.what-icons-mean.heading
17+
</a></li>
18+
<li class="help-link"><a class="vocab-body body-big help-link-a">
19+
help.considerations-before-licensing.heading
20+
</a></li>
21+
<li class="help-link"><a class="vocab-body body-big help-link-a">
22+
help.how-formally-license.heading
23+
</a></li>
24+
<li class="help-link"><a class="vocab-body body-big help-link-a">
25+
help.six-cc-licenses.heading
26+
</a></li>
27+
<li class="help-link"><a class="vocab-body body-big help-link-a">
28+
help.how-licenses-communicated.heading
29+
</a></li>
30+
<li class="help-link"><a class="vocab-body body-big help-link-a">
31+
help.what-free-culture-license.heading
32+
</a></li>
33+
</ul>
34+
<!---->
35+
<!---->
36+
<!---->
37+
<!---->
38+
<!---->
39+
<!---->
40+
<!---->
41+
<!---->
42+
</div>
43+
`;

0 commit comments

Comments
 (0)