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
In tns create tests sometimes app_data is none and tests fails because of:
```
if app_data.app_type in {AppType.TS, AppType.NG, AppType.SHARED_NG}:
```
Fixed by checking typescript only if app_data is not None.
0 commit comments