summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Rely on the notifications for connection state changesErik Larkö1-13/+21
2017-07-07Add tests for the notifcation states AND add the getState endpoint. No tests ↵Erik Larkö1-32/+52
for it though
2017-07-05Logout testsErik Larkö2-0/+70
2017-07-04Connection failed testErik Larkö1-0/+20
2017-07-04Connect testsErik Larkö1-0/+39
2017-07-04Rest of login testsErik Larkö2-3/+96
2017-07-03Add first login workflow testErik Larkö4-1/+166
2017-07-03Remove redirect test, it is added back laterErik Larkö1-18/+0
2017-07-03Removed actions.specErik Larkö1-156/+0
2017-07-03Rename account.account -> account.accountNumberErik Larkö2-6/+6
2017-07-03Moved the redux stuff into separate folder and renamed user->account and ↵Erik Larkö4-21/+26
connect->connection
2017-06-23Migrate to React 15.6Andrej Mihajlov1-7/+7
2017-06-22Drop unused Enum classAndrej Mihajlov1-40/+0
2017-06-21- Migrate Backend.EventType and Backend.ErrorType to FlowAndrej Mihajlov2-13/+12
- Export Backend and BackendError separately
2017-06-21Replace ConnectionState & LoginState with Flow alternativeAndrej Mihajlov4-13/+9
2017-06-21Replace TransitionRule.transitionDescriptor in favor of TransitionMatchAndrej Mihajlov1-14/+24
2017-06-05Add tests for TransitionRuleAndrej Mihajlov1-0/+48
2017-05-28Add notifications testErik Larkö1-0/+20
2017-05-28Add timeout testErik Larkö1-0/+11
2017-05-28JSONRPC communication testsErik Larkö1-0/+32
2017-05-28Send on connect testErik Larkö1-0/+76
2017-05-28Rename backend mockErik Larkö3-2/+2
2017-05-28IPC facadeErik Larkö4-56/+66
2017-05-30Conceal animation state into test caseAndrej Mihajlov1-11/+34
2017-05-23Fixes logout bugErik Larkö1-2/+2
2017-05-19Update the tests to use the new APIErik Larkö2-10/+10
2017-04-18Use electron-log instead of console.logErik Larkö1-0/+6
2017-04-03Mock backendErik Larkö3-47/+71
2017-03-21Filter out isOnline updates for main testsAndrej Mihajlov3-14/+18
2017-03-21Drop test that checks for failure during connection to serverAndrej Mihajlov1-28/+0
2017-03-20Return .failed state on errorAndrej Mihajlov1-1/+1
2017-03-20- Add support for passing custom values for enum keys (via Object)Andrej Mihajlov1-0/+12
- Add support for reverse lookup in enum
2017-03-17New keyframe animationAndrej Mihajlov2-125/+227
2017-03-17Incorporate all logic into tray animationAndrej Mihajlov1-126/+49
2017-03-17Add tests for advanceToStart() and advanceToEnd() in both direct/reverse ↵Andrej Mihajlov1-0/+52
animation orders
2017-03-16Refactor codeAndrej Mihajlov1-2/+2
2017-03-16Refactor codeAndrej Mihajlov1-1/+2
2017-03-16Update tests to reflect new frame logicAndrej Mihajlov1-3/+3
Last played frame will remain instead of being reset to the first frame
2017-03-16Add tests for tray-animatorAndrej Mihajlov1-0/+149
2017-03-10Improve docs coverage. Add external docs for React.Component and Redux.StoreAndrej Mihajlov1-1/+1
2017-03-10Update documentationAndrej Mihajlov1-3/+9
2017-03-10Fix paths in mocks for backendAndrej Mihajlov1-3/+3
2017-03-09Add input testsAndrej Mihajlov1-6/+141
2017-03-09- Add basic tests for AccountInputAndrej Mihajlov5-2/+84
- Add JSDOM
2017-03-06Add fetch() support for mochaAndrej Mihajlov1-1/+13
2017-03-06Add paidUntilAndrej Mihajlov1-14/+16
2017-03-03Fix listing issuesAndrej Mihajlov1-1/+1
2017-03-01Split constants on enums and config.jsonAndrej Mihajlov4-4/+6
2017-03-01Add routing testsAndrej Mihajlov1-0/+56
2017-03-01Move mock helpers to test/supportAndrej Mihajlov2-42/+49