We need to e2e test the whole process. Both client and server. Could somebody help me on this? Libraries: - [Mocha](https://github.com/mochajs/mocha) as testing framework - [Enzyme](https://github.com/airbnb/enzyme) to test the `render-layout.js` output - [Istanbul](https://github.com/gotwarlost/istanbul) to check code coverage File structure: ``` source __tests__ client-test.js server-test.js .... ```