summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
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
2017-02-28Patch backend in tests and add more testsAndrej Mihajlov1-1/+92
2017-02-28Add connection testAndrej Mihajlov1-8/+37
2017-02-28- Modularize code and reuse it in testsAndrej Mihajlov1-6/+68
- Add connection state to backend and sync it with redux
2017-02-28Trash old useless actions testsAndrej Mihajlov1-36/+14
2017-02-28Update reducers testsAndrej Mihajlov1-18/+24
2017-02-28Rearrange tests and add missing onesAndrej Mihajlov6-168/+110
2017-02-22- Switch tray icon when connectedAndrej Mihajlov1-1/+1
- Fix ESLint issues
2017-02-16Feature/menubar popup window (#1)Andrei Mihailov2-19/+48
Add menubar and tests
2017-02-14Add tests for login actionAndrej Mihajlov1-1/+68
2017-02-14Refactor code and implement missing testsAndrej Mihajlov2-12/+15
2017-02-14Add test for USER_LOGIN_CHANGE reducerAndrej Mihajlov1-11/+13
2017-02-14Add enum.isValidAndrej Mihajlov1-0/+8
2017-02-13Fix linting issuesAndrej Mihajlov2-22/+22
2017-02-13Simulate loginAndrej Mihajlov1-0/+16
2017-02-06Initial commitAndrej Mihajlov2-0/+43