Skip to content

Commit 19bf06b

Browse files
committed
fix(recorder): ci fix
1 parent bd5b465 commit 19bf06b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

apps/extension/src/tools/__tests__/dispatcher.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ import type {
88
RequestFrame,
99
} from "@/transport/types";
1010
import { ToolDispatcher } from "../dispatcher";
11-
import {
12-
resetBrowserObservationForTests,
13-
setBrowserObservationAttachForTests,
14-
} from "../record";
11+
import { resetBrowserObservationForTests, setBrowserObservationAttachForTests } from "../record";
1512

1613
type TestDispatcherCdp = NonNullable<ConstructorParameters<typeof ToolDispatcher>[0]["cdp"]>;
1714

0 commit comments

Comments
 (0)