diff --git a/webapp/components/MasonryGrid/MasonryGridItem.spec.js b/webapp/components/MasonryGrid/MasonryGridItem.spec.js index f3ae5b906..ba22380ae 100644 --- a/webapp/components/MasonryGrid/MasonryGridItem.spec.js +++ b/webapp/components/MasonryGrid/MasonryGridItem.spec.js @@ -1,11 +1,11 @@ -import { mount } from '@vue/test-utils' +import { shallowMount } from '@vue/test-utils' import MasonryGridItem from './MasonryGridItem' describe('MasonryGridItem', () => { let wrapper beforeEach(() => { - wrapper = mount(MasonryGridItem) + wrapper = shallowMount(MasonryGridItem) wrapper.vm.$parent.$emit = jest.fn() }) diff --git a/webapp/components/PostCard/index.vue b/webapp/components/PostCard/index.vue index c77b810fa..c0cc1a9a6 100644 --- a/webapp/components/PostCard/index.vue +++ b/webapp/components/PostCard/index.vue @@ -44,25 +44,25 @@
- - - - {{ post.shoutedCount }} - -   - - - - {{ post.commentedCount }} - - - -
+ + + + {{ post.shoutedCount }} + +   + + + + {{ post.commentedCount }} + + + +