summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2022-11-22 08:06:05 -1000
committerBenjamin Brahmer <info@b-brahmer.de>2022-12-01 13:17:21 +0100
commitb77284d65be324e8dcdf3df552fb88d81b5935f7 (patch)
tree0c75b07baf58c28d2abae415b818aabce4632ac0 /tests
parentc61d4bbe1fdc7b441011ecaa5b53fae01c7992e4 (diff)
clean
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/javascript/unit/components/Explore.spec.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/javascript/unit/components/Explore.spec.ts b/tests/javascript/unit/components/Explore.spec.ts
index 60833f921..fe547792e 100644
--- a/tests/javascript/unit/components/Explore.spec.ts
+++ b/tests/javascript/unit/components/Explore.spec.ts
@@ -15,7 +15,6 @@ describe('Explore.vue', () => {
(axios as any).get.mockResolvedValue({ data: {} });
(router as any).generateUrl = jest.fn().mockReturnValue('');
- jest.fn().mockReturnValue
const wrapper = shallowMount(Explore, { localVue, store });
expect(wrapper.vm.$data.showAddFeed).toBeFalsy;