From 9ac51bab9aeffc64788da22c30fc425934ea4488 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Sat, 18 Apr 2026 02:35:41 +0200 Subject: [PATCH] test: pin app test active vault --- src/App.test.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/App.test.tsx b/src/App.test.tsx index cfc0a72f..0a770c4c 100644 --- a/src/App.test.tsx +++ b/src/App.test.tsx @@ -280,6 +280,11 @@ describe('App', () => { }) it('defaults to All Notes when explicit organization is disabled in vault config', async () => { + mockCommandResults.load_vault_list = { + vaults: [{ label: 'Getting Started', path: '/Users/mock/Documents/Getting Started' }], + active_vault: '/Users/mock/Documents/Getting Started', + hidden_defaults: [], + } const disabledWorkflowConfig = JSON.stringify({ zoom: null, view_mode: null,