gempir / gempbot-node

node bot for twitch
MIT License
4 stars 0 forks source link

Tests #11

Closed gempir closed 8 years ago

gempir commented 8 years ago

At this scale TDD would probably be wiser, but first the existing code needs to be tested.

gempir commented 8 years ago

very few tests for basic functions are written.

gempir commented 8 years ago

rewritten a bit for the library but, nothing really of value is actually tested.

parse module would be very good to test.

gempir commented 8 years ago

Can't get babel/mocha to work, so I can't write tests in ES6.

So until I figure this out no tests at all except for the existing ones.