summaryrefslogtreecommitdiff
path: root/ui/test/components/confirmation.js
AgeCommit message (Collapse)Author
2017-08-08[refactor] use sinon in confirmation component testSimon Fondrie-Teitler
This refactors the confirmation component to use sinon instead of manually checking the the result of calling a function.
2017-05-22[refactor] refactor and add tests for Center and ConfirmationSimon Fondrie-Teitler
As a couple of initial, example tests, Center and Confirmation were refactored and tests were set up and added with mocha, enzyme and chai. Spinner was also refactored.