File tree 1 file changed +4
-4
lines changed
packages/connect-query-core/src
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
import type { MessageShape } from "@bufbuild/protobuf" ;
16
16
import type { Query } from "@tanstack/query-core" ;
17
+ import { mockEliza , mockPaginatedTransport } from "test-utils" ;
18
+ import type { SayResponseSchema } from "test-utils/gen/eliza_pb.js" ;
19
+ import { ElizaService } from "test-utils/gen/eliza_pb.js" ;
20
+ import { ListService } from "test-utils/gen/list_pb.js" ;
17
21
import { describe , expect , it } from "vitest" ;
18
22
19
23
import { createConnectQueryKey } from "./connect-query-key.js" ;
20
- import type { SayResponseSchema } from "./gen/eliza_pb.js" ;
21
- import { ElizaService } from "./gen/eliza_pb.js" ;
22
- import { ListService } from "./gen/list_pb.js" ;
23
24
import { QueryClient } from "./query-client.js" ;
24
- import { mockEliza , mockPaginatedTransport } from "./test/test-utils.js" ;
25
25
26
26
// TODO: maybe create a helper to take a service and method and generate this.
27
27
const sayMethodDescriptor = ElizaService . method . say ;
You can’t perform that action at this time.
0 commit comments