()
| 256 | const STORAGE_KEY = 'contextgo_workspace_panel_collapsed'; |
| 257 | |
| 258 | function clearStorage() { |
| 259 | globalThis.localStorage.removeItem(STORAGE_KEY); |
| 260 | } |
| 261 | |
| 262 | beforeEach(() => { |
| 263 | vi.clearAllMocks(); |
no outgoing calls
no test coverage detected