mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 16:44:07 -08:00
fix(editor): Fix test
This commit is contained in:
parent
acb6700fc9
commit
8ba5dfb885
|
@ -71,6 +71,7 @@ vi.mock('vue-router', async (importOriginal) => {
|
|||
useRouter: vi.fn().mockReturnValue({
|
||||
push: vi.fn(),
|
||||
}),
|
||||
useRoute: vi.fn(),
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue