mattermost-mobile/test
Thomas Hopkins 829972694b Add functionality for fetching + selecting teams & channels (#17)
* WIP-working-routes

* Fix imports

* WIP

* Remove unused proptypes & imports from SelectTeam

* Appease eslint

* Disable non-applicable eslint rules in routes & styles

* Change endpoint for fetching teams

* Handle failure to fetch teams

* Fix proptypes in ErrorText

* Add action for selecting team

* Allow user to select a channel

* Save exact versions of npm packages

* Add lodash

* Fetch teams for user to select from

* Don't require onProceed prop on SelectServer

* Abstract out the api logic from actions

* Handle fetch implementation discrepancy when parsing headers

* Remove example components

* Appease eslint

* Fix disabling of fetch-mock

* Remove response headers parsing hack

* Set mock fetch flag in config.json
2016-10-17 15:47:47 -04:00
..
actions Changed actions tests to use TestHelper 2016-10-12 11:30:05 -04:00
client Use fetch-mock to mock requests in tests (#18) 2016-10-17 14:37:18 -04:00
.eslintrc.json Updated packages, switched to mocha for testing 2016-10-07 11:11:14 -04:00
fetch_mock.js Add functionality for fetching + selecting teams & channels (#17) 2016-10-17 15:47:47 -04:00
mocha.opts Removed isomorphic-fetch from non-test code (#8) 2016-10-12 18:02:12 -04:00
sanity.test.js Use fetch-mock to mock requests in tests (#18) 2016-10-17 14:37:18 -04:00
test_helper.js Use fetch-mock to mock requests in tests (#18) 2016-10-17 14:37:18 -04:00