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/pages/o-nas.test.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/pages/o-nas.test.js (limited to 'test/pages/o-nas.test.js') diff --git a/test/pages/o-nas.test.js b/test/pages/o-nas.test.js deleted file mode 100644 index 8b87253..0000000 --- a/test/pages/o-nas.test.js +++ /dev/null @@ -1,11 +0,0 @@ -import { shallowMount } from '@vue/test-utils' -import Onas from '../../pages/o-nas' - -describe('Onas', () => { - // Now mount the component and you have the wrapper - const wrapper = shallowMount(Onas) - - it('match snapshot', () => { - expect(wrapper.element).toMatchSnapshot() - }) -}) -- cgit 1.4.1