refactor(editor): Move executions under projects (#11541)

This commit is contained in:
Csaba Tuncsik
2024-11-12 17:01:22 +01:00
committed by GitHub
parent e3871dbfe2
commit 3e0c6cb3d2
25 changed files with 306 additions and 277 deletions

View File

@@ -71,6 +71,7 @@ vi.mock('vue-router', async (importOriginal) => {
useRouter: vi.fn().mockReturnValue({
push: vi.fn(),
}),
useRoute: vi.fn(),
};
});