adb-mock
v0.1.9
Published
Mock adb responses
Downloads
10
Readme
adb-mock
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,