diff options
Diffstat (limited to 'tests/pages/do-pobrania.js')
-rw-r--r-- | tests/pages/do-pobrania.js | 11 |
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() + }) +}) |