react-simple-universal icon indicating copy to clipboard operation
react-simple-universal copied to clipboard

Add testing

Open guidsen opened this issue 8 years ago • 0 comments

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
    ....

guidsen avatar Mar 29 '16 15:03 guidsen