Deephan / React-HangMan

A simple game of HangMan done with React.js
0 stars 0 forks source link

Add unit tests #3

Open Deephan opened 7 years ago

Deephan commented 7 years ago

This will be a good exercise to experiment with different unit testing frameworks both react and not-react based.

i) Jasmine with Karma and Sinon ii) Mocha with Karma and Chai/Sinon iii) Enzyme / Jest (Looks like Enzyme is awesome.. More Digging to be done..)