Skip to content

Commit

Permalink
test(editor): Fix usePushConnection tests on node 18 (no-changelog) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Jan 27, 2025
1 parent 03365f0 commit 02880cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/editor-ui/src/composables/usePushConnection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ vi.mock('@/composables/useToast', () => {
};
});

vi.useFakeTimers();

describe('usePushConnection()', () => {
let router: ReturnType<typeof useRouter>;
let pushStore: ReturnType<typeof usePushConnectionStore>;
Expand Down

0 comments on commit 02880cc

Please sign in to comment.