OAuth store refactoring
Closes #22 (closed), requires !640 (closed)
- Moved API calls to
js/api.js
(#227 (closed)) - Replaced
useError
withnotifications/notify
(#226 (closed)) - Added tests for error handling on all actions
- Replaced
testAction
with theFakeStore
from~/test/store
(#282 (closed)) - Added assertions on the Axios request history
Edited by Erwan Rouchet