Skip to content

Commit 2524c46

Browse files
Update cli-plugin.md
1 parent f1ff842 commit 2524c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/cli-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ module.exports.factory = (cs) => {
178178
{
179179
// @nestjs/swagger/plugin options (can be empty)
180180
},
181-
cs.tsCompiler.program,
181+
cs.program, // "cs.tsCompiler.program" for older versions of Jest (<= v27)
182182
);
183183
};
184184
```

0 commit comments

Comments
 (0)