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
I've noticed that when using TestEnv, package extensions (a new feature in 1.9) do not get loaded when a weak dependency is loaded. (Works fine when I run tests normally).
I assume that this is a feature that hasn't been implemented yet in TestEnv.
The text was updated successfully, but these errors were encountered:
I noticed the problem I was running into was actually because I called TestEnv.activate()afterusing MyPackage. If I do it in the other order the extensions do get loaded. 😬 Sorry for the noise. (Perhaps there is another issue once they load, I haven't checked).
I've noticed that when using TestEnv, package extensions (a new feature in 1.9) do not get loaded when a weak dependency is loaded. (Works fine when I run tests normally).
I assume that this is a feature that hasn't been implemented yet in TestEnv.
The text was updated successfully, but these errors were encountered: