Mock adb responses on machines than doesnt have adb installed and a connected device to run tests.
Usage
npm install --save adb-mock
Integrate with travis, inside your .travis.yml
set
before_script:
- export PATH=$PATH:./node_modules/adb-mock/bin/
Used in adbjs tests,
