mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
test(editor): Fix usePushConnection tests on node 18 (no-changelog) (#12832)
This commit is contained in:
parent
03365f096d
commit
02880cc5a6
|
@ -35,8 +35,6 @@ vi.mock('@/composables/useToast', () => {
|
|||
};
|
||||
});
|
||||
|
||||
vi.useFakeTimers();
|
||||
|
||||
describe('usePushConnection()', () => {
|
||||
let router: ReturnType<typeof useRouter>;
|
||||
let pushStore: ReturnType<typeof usePushConnectionStore>;
|
||||
|
|
Loading…
Reference in a new issue