summaryrefslogtreecommitdiffstats
path: root/tests/javascript/unit/components/Sidebar.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/javascript/unit/components/Sidebar.spec.ts')
-rw-r--r--tests/javascript/unit/components/Sidebar.spec.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/javascript/unit/components/Sidebar.spec.ts b/tests/javascript/unit/components/Sidebar.spec.ts
index 9b28ab8a0..404dac30a 100644
--- a/tests/javascript/unit/components/Sidebar.spec.ts
+++ b/tests/javascript/unit/components/Sidebar.spec.ts
@@ -19,6 +19,11 @@ describe('Sidebar.vue', () => {
wrapper = shallowMount(AppSidebar, {
localVue,
mocks: {
+ $route: {
+ query: {
+ subscribe_to: undefined,
+ },
+ },
$store: {
state: {
feeds,