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
This issue is produced by me after I updated tap to the latest version. The previously used version appears to have a broken dependency. A good number of tests are now failing, and it is likely some of them are failing because tap was upgraded by 7 major versions 😅. If required changes are too immense I might change course and downgrade to the earliest version that still works (although, this would be less ideal).
Plan so far:
update tests that are broken only due to interface changes of tap
temporarily disable any tests which are broken for real
gradually fix tests and add them back
The reason I want to temporarily disable any "really broken" tests is so that new tests can be added and regressions can be properly avoided while this is happening (in case it happens to take a while).
The text was updated successfully, but these errors were encountered:
This issue is produced by me after I updated
tap
to the latest version. The previously used version appears to have a broken dependency. A good number of tests are now failing, and it is likely some of them are failing becausetap
was upgraded by 7 major versions 😅. If required changes are too immense I might change course and downgrade to the earliest version that still works (although, this would be less ideal).Plan so far:
The reason I want to temporarily disable any "really broken" tests is so that new tests can be added and regressions can be properly avoided while this is happening (in case it happens to take a while).
The text was updated successfully, but these errors were encountered: