diff options
Diffstat (limited to 'tests/pages/do-pobrania.js')
-rw-r--r-- | tests/pages/do-pobrania.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/pages/do-pobrania.js b/tests/pages/do-pobrania.js deleted file mode 100644 index d4bd649..0000000 --- a/tests/pages/do-pobrania.js +++ /dev/null @@ -1,11 +0,0 @@ -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() - }) -}) |