JamesBarwell / rpi-gpio.js

Control Raspberry Pi GPIO pins with node.js
MIT License
657 stars 116 forks source link

Mocha tests not running. #56

Closed shayned35 closed 7 years ago

shayned35 commented 7 years ago

image

JamesBarwell commented 7 years ago

I wouldn't expect this to work on Windows because the epoll module doesn't support it, and it is loaded during the tests. Can't think of any way around this other than to run it in a VM.

shayned35 commented 7 years ago

Ohh, I should have checked that. Thanks for the heads up. Will run the tests directly on the pi then.