build: Fix outdated import to fix build (no-changelog) (#8558)

This commit is contained in:
Iván Ovejero
2024-02-06 10:45:30 +01:00
committed by GitHub
parent abddbb6227
commit dc068ce2e6
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ import { InternalHooks } from '@/InternalHooks';
import type { License } from '@/License';
import type { Telemetry } from '@/telemetry';
jest.mock('@/eventbus');
jest.mock('node:os', () => ({
tmpdir: () => '',
cpus: () => [{ model: 'MIPS R3000', speed: 40_000_000 }],