mirror of
https://github.com/zyphlar/doorlock.git
synced 2024-04-03 21:36:03 +00:00
Simplify code, get scanning working
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
const HID = jest.fn()
|
||||
HID.prototype.read = jest.fn()
|
||||
|
||||
const hid = {
|
||||
devices: jest.fn(),
|
||||
HID,
|
||||
}
|
||||
|
||||
module.exports = hid
|
||||
Reference in New Issue
Block a user