diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-20 22:25:48 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-20 22:25:48 +0200 |
commit | 058d8ff80bf3b1f1744105f5f10fd6fbbbfbb9b1 (patch) | |
tree | 237b3540c9ed31bc1fc2fcaad783646b182732fb /test/components/JoinUs.test.js | |
parent | 84a95c8c4ecf5348341502f95250c4588181786d (diff) | |
download | puszcza-058d8ff80bf3b1f1744105f5f10fd6fbbbfbb9b1.tar.gz puszcza-058d8ff80bf3b1f1744105f5f10fd6fbbbfbb9b1.zip |
Move to 'tests'
Diffstat (limited to 'test/components/JoinUs.test.js')
-rw-r--r-- | test/components/JoinUs.test.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/components/JoinUs.test.js b/test/components/JoinUs.test.js deleted file mode 100644 index c831459..0000000 --- a/test/components/JoinUs.test.js +++ /dev/null @@ -1,11 +0,0 @@ -import { shallowMount } from '@vue/test-utils' -import JoinUs from '../../components/JoinUs' - -describe('JoinUs', () => { - // Now mount the component and you have the wrapper - const wrapper = shallowMount(JoinUs) - - it('match snapshot', () => { - expect(wrapper.element).toMatchSnapshot() - }) -}) |