test(editor): Fix usePushConnection tests on node 18 (no-changelog) (#12832)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2025-01-27 08:53:36 +01:00 committed by GitHub
parent 03365f096d
commit 02880cc5a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,8 +35,6 @@ vi.mock('@/composables/useToast', () => {
};
});
vi.useFakeTimers();
describe('usePushConnection()', () => {
let router: ReturnType<typeof useRouter>;
let pushStore: ReturnType<typeof usePushConnectionStore>;