monteslu / node-red-contrib-gpio

A set of node-red nodes for connecting to johnny-five IO Plugins
MIT License
41 stars 31 forks source link

Test for GPIO #26

Open prajankya opened 7 years ago

prajankya commented 7 years ago

I was using your GPIO for my custom node, and wanted to have unit test on it, possibly simplemocha..

I checked out johnny five test and they have a very extensive testing on every class.

Are you planning for writing any test for this..?

or any ideas for how should I go forward with writing tests?