cch5ng / react-fe-interview

Remake of Front End Interview test generator (react, JSON)
http://fe-interview-react.surge.sh
4 stars 1 forks source link

unit test utilities functions #65

Open cch5ng opened 7 years ago

cch5ng commented 7 years ago

just a general improvement in test coverage

not sure if it makes sense to use any snapshots since content is expected to change (random content)

does it make sense to test checkbox and button interactions?

when using libraries, do I need to test the end to end results? esp since localForage updates are async

cch5ng commented 7 years ago

maybe also try adding .travis.yml file