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
We now have the AppContainer and it's initialized here.
The initialization is not exactly the same in all tests because in some tests some services are not needed or mocked. However I think we can extract a simple abstraction or even a builder in the future. For now, I'm just going to remove the duplication as much as possible.
The text was updated successfully, but these errors were encountered:
Parent issue: #1181
The following code code is repeated many times in tests. It's the initialization of the application services.
We now have the
AppContainer
and it's initialized here.The initialization is not exactly the same in all tests because in some tests some services are not needed or mocked. However I think we can extract a simple abstraction or even a builder in the future. For now, I'm just going to remove the duplication as much as possible.
The text was updated successfully, but these errors were encountered: