diff options
Diffstat (limited to 'tests/components/__snapshots__/NavBar.test.js.snap')
-rw-r--r-- | tests/components/__snapshots__/NavBar.test.js.snap | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/components/__snapshots__/NavBar.test.js.snap b/tests/components/__snapshots__/NavBar.test.js.snap deleted file mode 100644 index 89ef8e5..0000000 --- a/tests/components/__snapshots__/NavBar.test.js.snap +++ /dev/null @@ -1,40 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`NavBar match snapshot 1`] = ` -<nav - class="navbar" -> - <div - class="title" - > - <!----> - - <nuxt-link - class="title-name" - to="/" - > - Title - </nuxt-link> - </div> - - <div - class="space" - /> - - <button - class="menu-toggler" - > - Menu - </button> - - <ul - class="links" - > - <navlink-stub - link="/" - name="Home" - /> - - </ul> -</nav> -`; |