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