Skip to content

Commit 32e9aab

Browse files
committed
try to fix tests
1 parent 3b0cf67 commit 32e9aab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/patch-cli/tests/test-helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export function prepareTempProject(extraDeps = {}): { dir: string, patch: () =>
123123
'@types/node': allDeps['@types/node'],
124124
'graphql': allDeps.graphql,
125125
'@graphql-typed-document-node/core': join(process.cwd(), './packages/core/dist/'),
126+
'@graphql-typed-document-node/patch-cli': join(process.cwd(), './packages/patch-cli/dist/'),
126127
...extraDeps,
127128
},
128129
scripts: {

0 commit comments

Comments
 (0)