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
fix (datafile management): Fix unhandled onReady promise rejections in unit tests (#19)
Summary:
With changes for datafile management, we introduced Promise rejections that need to be handled. Add handlers to these expected errors.
Test plan:
Run unit tests with changes from this branch and master branch (which exits the test process on unhandled rejections)
0 commit comments