about summary refs log tree commit diff
path: root/tests/pages/do-pobrania.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pages/do-pobrania.js')
-rw-r--r--tests/pages/do-pobrania.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/pages/do-pobrania.js b/tests/pages/do-pobrania.js
new file mode 100644
index 0000000..d4bd649
--- /dev/null
+++ b/tests/pages/do-pobrania.js
@@ -0,0 +1,11 @@
+import { shallowMount } from '@vue/test-utils'
+import doPobrania from '../../pages/do-pobrania'
+
+describe('doPobrania', () => {
+  // Now mount the component and you have the wrapper
+  const wrapper = shallowMount(doPobrania)
+
+  it('match snapshot', () => {
+    expect(wrapper.element).toMatchSnapshot()
+  })
+})