* Install react-testing-library
* Add some trivial tests with snapshot
* Add File transfer tests
* Add Home component test
* Add Chat tests
* Add tests for nav
* 100% coverage for About component
* 100% coverage room link
* 100% coverage for RoomLocked
* 100% coverage for T component
* 100% coverage Settings
* More 90% coverage for Chat component
* Ignore some file from coverage
* 100% coverage fo redux actions
* 100% coverage for translations
* Near 100% coverage for reducer
* Better coverage for Home component
* Run tests in circleCI
* Revert "Revert "Allow to launch server without Redis (#119)" (#133)"
This reverts commit 18065f965215c32b4b66e13246a6a54977088518.
* Default to REDIS_URL env var for store host
* Add nvmrc file for nvm use
* Add help to run redis store with docker
* Add Redis and memory store
* Rename dist files
* Allow to launch server without Redis
* Slit stores in their own files
* Update readme.md
Co-authored-by: Alan Friedman <d.alan.friedman@gmail.com>
* Mimic Redis API
* Move store logic in is own file
Co-authored-by: Alan Friedman <d.alan.friedman@gmail.com>