mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-07 08:24:27 +00:00
Add rename file modal visibility state and handler to CreateWorkspaceModal and WorkspaceSwitcher tests
This commit is contained in:
@@ -5,11 +5,7 @@ import {
|
||||
WorkspaceDataProvider,
|
||||
useWorkspaceData,
|
||||
} from './WorkspaceDataContext';
|
||||
import {
|
||||
DEFAULT_WORKSPACE_SETTINGS,
|
||||
type Workspace,
|
||||
Theme,
|
||||
} from '@/types/models';
|
||||
import { type Workspace, Theme } from '@/types/models';
|
||||
|
||||
// Set up mocks before imports are used
|
||||
vi.mock('@/api/workspace', () => {
|
||||
|
||||
Reference in New Issue
Block a user