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
We should add integration tests for the 3 main cases:
Create a task which succeeds
Create a task which errors
Create a task which gets a progress update
I would suggest we mock out @hoodie/store-client using proxyquire for the tests. We can simulate any events we want for the respective cases and can check if the right methods have been called.
The text was updated successfully, but these errors were encountered:
follow up for #36.
We should add integration tests for the 3 main cases:
I would suggest we mock out
@hoodie/store-client
using proxyquire for the tests. We can simulate any events we want for the respective cases and can check if the right methods have been called.The text was updated successfully, but these errors were encountered: