Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed May 17, 2022
1 parent 34e7e6b commit 3ff0d7c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/NavList/__snapshots__/NavList.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ exports[`NavList renders a simple list 1`] = `
}
<div>
<nav>
<nav
class=""
>
<ul
class="c0"
>
Expand Down Expand Up @@ -695,7 +697,9 @@ exports[`NavList renders with groups 1`] = `
}
<div>
<nav>
<nav
class=""
>
<ul
class="c0"
>
Expand Down Expand Up @@ -1172,7 +1176,9 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
}
<div>
<nav>
<nav
class=""
>
<ul
class="c0"
>
Expand Down Expand Up @@ -1480,7 +1486,9 @@ exports[`NavList.Item with NavList.SubNav has active styles if SubNav contains t
}
<div>
<nav>
<nav
class=""
>
<ul
class="c0"
>
Expand Down

0 comments on commit 3ff0d7c

Please sign in to comment.