There was an error while loading. Please reload this page.
1 parent bd5b465 commit 19bf06bCopy full SHA for 19bf06b
1 file changed
apps/extension/src/tools/__tests__/dispatcher.test.ts
@@ -8,10 +8,7 @@ import type {
8
RequestFrame,
9
} from "@/transport/types";
10
import { ToolDispatcher } from "../dispatcher";
11
-import {
12
- resetBrowserObservationForTests,
13
- setBrowserObservationAttachForTests,
14
-} from "../record";
+import { resetBrowserObservationForTests, setBrowserObservationAttachForTests } from "../record";
15
16
type TestDispatcherCdp = NonNullable<ConstructorParameters<typeof ToolDispatcher>[0]["cdp"]>;
17
0 commit comments