diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-21 18:25:12 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-21 18:25:12 +0200 |
commit | 424eaa9e8098cef762b1a2a7565d37944bb25306 (patch) | |
tree | 2ded69401a7c0acb33b648b464d37d3a5dcdb6a5 /tests/components/Footer.test.js | |
parent | d1c6e2eaed90891fc8e187f147af224b352662c8 (diff) | |
download | puszcza-424eaa9e8098cef762b1a2a7565d37944bb25306.tar.gz puszcza-424eaa9e8098cef762b1a2a7565d37944bb25306.zip |
Add storybook
Diffstat (limited to 'tests/components/Footer.test.js')
-rw-r--r-- | tests/components/Footer.test.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/components/Footer.test.js b/tests/components/Footer.test.js deleted file mode 100644 index e284b5a..0000000 --- a/tests/components/Footer.test.js +++ /dev/null @@ -1,20 +0,0 @@ -import { shallowMount } from '@vue/test-utils' -import Footer from '../../components/Footer' - -describe('Footer', () => { - // Now mount the component and you have the wrapper - const wrapper = shallowMount(Footer) - - wrapper.setProps({ - routes: [ - { - path: '/', - name: 'Home' - } - ] - }) - - it('match snapshot', () => { - expect(wrapper.element).toMatchSnapshot() - }) -}) |