Skip to content

Commit d4e917d

Browse files
committed
fix: add graphql-query to cli-e2e NODE_PATH for runtime sub-path resolution
The cli-e2e tests spawn child processes in /tmp that need to resolve @constructive-io/graphql-query/runtime. Adding the package to resolveNodePaths() so its node_modules path is included in NODE_PATH.
1 parent ec6080d commit d4e917d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

graphql/server-test/__tests__/cli-e2e.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function resolveNodePaths(): string[] {
5353
'nested-obj',
5454
'graphql',
5555
'@constructive-io/graphql-types',
56+
'@constructive-io/graphql-query',
5657
'@agentic-kit/ollama',
5758
];
5859
const dirs = new Set<string>();

0 commit comments

Comments
 (0)