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 original aim of this test was to prevent a situation where a change to a country package, -core, or -api caused a certain type of bug that occurred whereby either the baseline or the reform situation contained NaN values, thereby causing NaN values when comparing the two, and then returning NaN values that crashed the front-end app. However, I think this test is too heavy, does too many things at once, and should be refactored into a proper integration test. It should also mock the database (something very few of the tests do).
The text was updated successfully, but these errors were encountered:
The original aim of this test was to prevent a situation where a change to a country package,
-core
, or-api
caused a certain type of bug that occurred whereby either the baseline or the reform situation containedNaN
values, thereby causingNaN
values when comparing the two, and then returningNaN
values that crashed the front-end app. However, I think this test is too heavy, does too many things at once, and should be refactored into a proper integration test. It should also mock the database (something very few of the tests do).The text was updated successfully, but these errors were encountered: