Skip to content

Commit 053b301

Browse files
committed
fix linting
1 parent 218c30c commit 053b301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/test/unit/coreHandlers/handleNetworkBreadcrumbs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import type {
88
import { TextEncoder } from 'util';
99

1010
import { BASE_TIMESTAMP } from '../..';
11+
import { NETWORK_BODY_MAX_SIZE } from '../../../src/constants';
1112
import { beforeAddNetworkBreadcrumb } from '../../../src/coreHandlers/handleNetworkBreadcrumbs';
1213
import type { EventBufferArray } from '../../../src/eventBuffer/EventBufferArray';
1314
import type { ReplayContainer } from '../../../src/types';
1415
import { setupReplayContainer } from '../../utils/setupReplayContainer';
15-
import { NETWORK_BODY_MAX_SIZE } from '../../../src/constants';
1616

1717
jest.useFakeTimers();
1818

0 commit comments

Comments
 (0)