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
The cron job part of the code has no testing through unit or integration tests. Integration tests don't really make sense for something that runs on a schedule, so need some unit tests around this.
There has been some issues recently with the stability of that code, so we should definitely get a bit of resliaince in our build around this.
There is currently only one unit test in the entire project 😱 .
The text was updated successfully, but these errors were encountered:
The cron job part of the code has no testing through unit or integration tests. Integration tests don't really make sense for something that runs on a schedule, so need some unit tests around this.
There has been some issues recently with the stability of that code, so we should definitely get a bit of resliaince in our build around this.
There is currently only one unit test in the entire project 😱 .
The text was updated successfully, but these errors were encountered: