openstf / adbkit

A pure Node.js client for the Android Debug Bridge.
Other
825 stars 241 forks source link

Fix mocha command to work in Windows #101

Open romovs opened 5 years ago

romovs commented 5 years ago

npm install fails on Windows since grunt-exec cannot handle paths like ./node_modules/.bin/... on Windows. This patch makes it work on all three platforms.