Skip to content

Commit

Permalink
test($theme-default): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 3, 2019
1 parent b4853c3 commit 7cf8386
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ exports[`DropdownLink renders dropdown link. 1`] = `
<div class="dropdown-wrapper"><button type="button" aria-label="Learn More Select" class="dropdown-title"><span class="title">Learn More</span> <span class="arrow right"></span></button>
<ul class="nav-dropdown" style="display: none;" name="dropdown">
<li class="dropdown-item">
<!----> <a class="nav-link">Guide</a></li>
<!----> <a class="nav-link">
Guide
</a></li>
<li class="dropdown-item">
<!----> <a class="nav-link">Config Reference</a></li>
<!----> <a class="nav-link">
Config Reference
</a></li>
</ul>
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ exports[`NavLink renders nav link with external link 1`] = `
<p class="component outbound-link">outbound-link</p></a>
`;

exports[`NavLink renders nav link with internal link 1`] = `<a class="nav-link">VuePress</a>`;
exports[`NavLink renders nav link with internal link 1`] = `
<a class="nav-link">
VuePress
</a>
`;

0 comments on commit 7cf8386

Please sign in to comment.