mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-22 10:39:58 +00:00
fix(ignore): fix tests
This commit is contained in:
@@ -262,7 +262,7 @@ const mockConstructor = jest.fn().mockImplementation(() => mock);
|
||||
|
||||
jest.mock('zigbee-herdsman', () => ({
|
||||
Controller: mockConstructor,
|
||||
Zcl: {ManufacturerCode: {Philips: 4107}},
|
||||
Zcl: {ManufacturerCode: {SIGNIFY_NETHERLANDS_B_V: 4107}},
|
||||
}));
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user