6
LeMeow
6y

Is it just me or is it just really hard to set up and test frontend JavaScript? 🤔

Karma + Mocha + Chai + whatever
is a pain

And it doesn't look very pretty..

Comments
  • 4
    I am a huge fan of Codecept.io

    Intuitive to write and has all the right goodies to test.
  • 0
    The most frustating part is you really want to write tests for it but sustaining them is sometimes more work than writing the code.
  • 1
    Use Jest. It has all you need
Add Comment