Fixed documentation for setupFilesAfterEnv to correctly state that this executes per "test file" and not per "test"#9651
Conversation
Corrected to be inline with `setupFilesAfterEnv` [e2e tests](https://github.com/facebook/jest/blob/c588c18595000d68c98bf8c72d003ff8b3674124/e2e/__tests__/setupFilesAfterEnvConfig.test.ts#L25)
|
Hi @ykns! Thank you for your pull request and welcome to our community.We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
1 similar comment
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
…s executes per "test file" and not per "test"
…_for_version_docs' into thing
|
Thanks! |
Fixed documentation for setupFilesAfterEnv to correctly state t… (jestjs#9651)
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |

This is confirmed with the
setupFilesAfterEnve2e tests