We need to e2e test the whole process. Both client and server. Could somebody help me on this?
Libraries:
-
Mocha as testing framework
-
Enzyme to test the
render-layout.js
output
-
Istanbul to check code coverage
File structure:
source
__tests__
client-test.js
server-test.js
....