mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
Update FooterItem unit test
This commit is contained in:
parent
e75280fa9b
commit
8d5c58c17c
9
tests/unit/FooterItem.spec.ts
Normal file
9
tests/unit/FooterItem.spec.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import { shallowMount } from '@vue/test-utils';
|
||||
import FooterItem from '@/components/FooterItem.vue';
|
||||
|
||||
describe('FooterItem.vue', () => {
|
||||
it('renders slots when passed', () => {
|
||||
const wrapper = shallowMount(FooterItem);
|
||||
expect(wrapper.html()).toContain('Wavelovers');
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user