Skip to content

Commit 9c01ccf

Browse files
Merge pull request #3162 from JenniferStamm/patch-4
docs (openapi): add jest version info earlier
2 parents 287796e + ad546b0 commit 9c01ccf

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)