mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-15 09:58:45 -07:00
chore: remove onlythis
This commit is contained in:
parent
f3e79df4b4
commit
c37f3e834e
@ -88,7 +88,7 @@ jest.mock('ws', () => ({
|
||||
}),
|
||||
}));
|
||||
|
||||
describe('onlythis Frontend', () => {
|
||||
describe('Frontend', () => {
|
||||
let controller;
|
||||
|
||||
beforeAll(async () => {
|
||||
|
@ -60,7 +60,7 @@ describe('OTA update', () => {
|
||||
MQTT.publish.mockClear();
|
||||
});
|
||||
|
||||
it('onlythis Should OTA update a device', async () => {
|
||||
it('Should OTA update a device', async () => {
|
||||
const device = zigbeeHerdsman.devices.bulb;
|
||||
const endpoint = device.endpoints[0];
|
||||
let count = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user