fix(ignore): fix tests

This commit is contained in:
Koen Kanters
2024-03-10 19:54:35 +01:00
parent 2a047a469c
commit 29543bad4b
+1 -1
View File
@@ -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 = {