mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 14:00:22 -05:00
chore: fix memory import (#27326)
This commit is contained in:
@@ -8,7 +8,7 @@ import path from 'path'
|
||||
import pid from 'pidusage'
|
||||
import { groupCyProcesses, Process } from '../../util/process_profiler'
|
||||
import browsers from '..'
|
||||
import { telemetry } from '@packages/telemetry/src/browser'
|
||||
import { telemetry } from '@packages/telemetry'
|
||||
|
||||
import type { Automation } from '../../automation'
|
||||
import type { BrowserInstance } from '../types'
|
||||
|
||||
Reference in New Issue
Block a user