diff options
Diffstat (limited to 'test/pages/o-nas.test.js')
-rw-r--r-- | test/pages/o-nas.test.js | 11 |
1 files changed, 0 insertions, 11 deletions
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() - }) -}) |