hoodiehq/hoodie-account-client

trigger "update" event when account.update succeeds

gr2m opened this issue · 0 comments

gr2m commented

account.update(options) is implemented, but does not yet emit an update event.


  • claim this issue (comment below or assign yourself) (@HipsterBrown)
  • add update event to README. Commit it with docs(README): update event
  • start a PR
  • update unit tests at test/unit/update-test.js to check if update event is emitted
  • update integration test at test/integration/events-test.js to test for update event
  • commit with test: update event & push
  • implement the update event and commit with feat: update event & push
  • review & merge
  • update gr2m/milestones#88