adbkit
adbkit copied to clipboard
Fix mocha command to work in Windows
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.