File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
tests/unit/specs/components/__snapshots__ Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 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+ ` ;
You can’t perform that action at this time.
0 commit comments