chore: remove onlythis

This commit is contained in:
koenkk 2024-01-30 20:12:52 +01:00
parent f3e79df4b4
commit c37f3e834e
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ jest.mock('ws', () => ({
}),
}));
describe('onlythis Frontend', () => {
describe('Frontend', () => {
let controller;
beforeAll(async () => {

View File

@ -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;