Skip to content

Commit ad546b0

Browse files
docs (openapi): add jest version info earlier
docs (openapi): add jest version info earlier Add informing sentence to OpenAPI CLI Plugin Integration that upcoming snippet is for jest@<29 fixes #3160
1 parent 287796e commit ad546b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/openapi/cli-plugin.md

+2
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ module.exports.factory = (cs) => {
264264

265265
With this in place, import AST transformer within your `jest` configuration file. By default (in the starter application), e2e tests configuration file is located under the `test` folder and is named `jest-e2e.json`.
266266

267+
If you use `jest@<29`, then use the snippet below.
268+
267269
```json
268270
{
269271
... // other configuration

0 commit comments

Comments
 (0)