This commit is contained in:
Koen Kanters
2020-12-02 20:38:48 +01:00
parent 1c634dde60
commit 9ff232fbb2
15 changed files with 14 additions and 37 deletions
-1
View File
@@ -20,7 +20,6 @@ describe('Groups', () => {
beforeEach(() => {
data.writeEmptyState();
settings.set(['experimental', 'new_api'], true);
controller = new Controller();
Object.values(zigbeeHerdsman.groups).forEach((g) => g.members = []);
data.writeDefaultConfiguration();