-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ {{ emojis[0] }}
+
+
+
+ {{ emojis[1] }}
+
+
+
+ {{ emojis[2] }}
+
+
+
+ {{ emojis[3] }}
+
+
+
+ {{ emojis[0] }}
+
+
+
+ {{ emojis[1] }}
+
+
+
+ {{ emojis[2] }}
+
+
+
+ {{ emojis[3] }}
+
diff --git a/src/components/IconComponent.vue b/src/components/IconComponent.vue
index 3e00424..cf3672a 100644
--- a/src/components/IconComponent.vue
+++ b/src/components/IconComponent.vue
@@ -1,15 +1,11 @@
diff --git a/src/components/__tests__/LogView.spec.ts b/src/components/__tests__/LogView.spec.ts
index 3ebbe33..416e979 100644
--- a/src/components/__tests__/LogView.spec.ts
+++ b/src/components/__tests__/LogView.spec.ts
@@ -14,10 +14,21 @@ describe('LogView', () => {
});
it('renders', () => {
- const wrapper = mount(LogView);
+ const wrapper = mount(LogView, {
+ global: {
+ stubs: {
+ FrontPageAnimation: true,
+ },
+ },
+ });
expect(wrapper.html()).toMatchSnapshot();
});
+ it('renders with animation', () => {
+ const wrapper = mount(LogView);
+ expect(wrapper).toBeTruthy();
+ });
+
it('renders with data', () => {
activityStore.startDate = lastWeek;
activityStore.weeks.push(
diff --git a/src/components/__tests__/__snapshots__/LogView.spec.ts.snap b/src/components/__tests__/__snapshots__/LogView.spec.ts.snap
index f57be66..649d8b7 100644
--- a/src/components/__tests__/__snapshots__/LogView.spec.ts.snap
+++ b/src/components/__tests__/__snapshots__/LogView.spec.ts.snap
@@ -6,30 +6,7 @@ exports[`LogView > renders 1`] = `