Skip to content

Commit

Permalink
Update cli-plugin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jun 30, 2021
1 parent b68769f commit 3d4a791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/graphql/cli-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ module.exports.factory = (cs) => {
{
// @nestjs/graphql/plugin options (can be empty)
},
cs.tsCompiler.program,
cs.program, // "cs.tsCompiler.program" for older versions of Jest (<= v27)
);
};
```
Expand Down

0 comments on commit 3d4a791

Please sign in to comment.