Skip to content

Commit 3d4a791

Browse files
Update cli-plugin.md
1 parent b68769f commit 3d4a791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/cli-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ module.exports.factory = (cs) => {
169169
{
170170
// @nestjs/graphql/plugin options (can be empty)
171171
},
172-
cs.tsCompiler.program,
172+
cs.program, // "cs.tsCompiler.program" for older versions of Jest (<= v27)
173173
);
174174
};
175175
```

0 commit comments

Comments
 (0)