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
Right now almost all ts code files have an associated file for unit tests. However, only few of those files have real unit tests, most of them only have one default test (for checking if the object can be created). All those unused test files should be deleted, because are not really needed and require maintenance from time to time (mainly when adding new ts files and when modifying the constructors).
The text was updated successfully, but these errors were encountered:
Right now almost all ts code files have an associated file for unit tests. However, only few of those files have real unit tests, most of them only have one default test (for checking if the object can be created). All those unused test files should be deleted, because are not really needed and require maintenance from time to time (mainly when adding new ts files and when modifying the constructors).
The text was updated successfully, but these errors were encountered: