enzymejs / enzyme-matchers

Jasmine/Jest assertions for enzyme
MIT License
892 stars 116 forks source link

Replace setupTestFrameworkScriptFile with setupFilesAfterEnv in jest-enzyme README.md #312

Closed vkrol closed 4 years ago

vkrol commented 4 years ago

setupTestFrameworkScriptFile was deprecated in favor of setupFilesAfterEnv.

Note: setupTestFrameworkScriptFile is deprecated in favor of setupFilesAfterEnv.

https://jestjs.io/docs/en/configuration#setupfilesafterenv-array

blainekasten commented 4 years ago

Thanks for bringing to my attention! This looks great. I'm curious, do we need to change anything for jest-environment-enzyme then? (https://github.com/FormidableLabs/enzyme-matchers/tree/master/packages/jest-environment-enzyme)

vkrol commented 4 years ago

You’re right. I will do it in a separate PR if you don’t mind.