Simplify code, get scanning working

This commit is contained in:
Dana Woodman
2018-06-16 20:37:46 -07:00
parent 07918feea8
commit b3eda3a674
24 changed files with 11777 additions and 2664 deletions
-9
View File
@@ -1,9 +0,0 @@
const HID = jest.fn()
HID.prototype.read = jest.fn()
const hid = {
devices: jest.fn(),
HID,
}
module.exports = hid