You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a rule for this and autofixing it would be great - we could call it out in the blog post. While it's a simple search and replace, it'd still be nice to do 🙂
no-deprecated-functions? Then we can stick more on it. I wanted to remove a few deprecated functions from the jest object as well, but Christoph wanted to wait (aka, FB uses these and he wants the upgrade internally to be quick and smooth): jestjs/jest#9853
Jest 26 will no longer support the long deprecated
require.requireActual
, and should transition code tojest.requireActual
instead.Same thing with
require.requireMock
.jestjs/jest@d0623eb
The text was updated successfully, but these errors were encountered: