Summary: `RCTDevLoadingView` was being created from a constructor function and creating a `UIWindow` when the bridge started loading. The `UIWindow` was crashing on the unit tests since there's no host app.
Summary: It's very useful to know where the app is being loaded from and can help debug various issues.