From 058d8ff80bf3b1f1744105f5f10fd6fbbbfbb9b1 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sun, 20 Oct 2019 22:25:48 +0200 Subject: Move to 'tests' --- test/components/JoinUs.test.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/components/JoinUs.test.js (limited to 'test/components/JoinUs.test.js') diff --git a/test/components/JoinUs.test.js b/test/components/JoinUs.test.js deleted file mode 100644 index c831459..0000000 --- a/test/components/JoinUs.test.js +++ /dev/null @@ -1,11 +0,0 @@ -import { shallowMount } from '@vue/test-utils' -import JoinUs from '../../components/JoinUs' - -describe('JoinUs', () => { - // Now mount the component and you have the wrapper - const wrapper = shallowMount(JoinUs) - - it('match snapshot', () => { - expect(wrapper.element).toMatchSnapshot() - }) -}) -- cgit 1.4.1