Created ManageServersRowDropdown test

This commit is contained in:
Alejandro Celaya
2021-10-23 10:55:52 +02:00
parent c7c32b494e
commit 8618519b6b
8 changed files with 93 additions and 8 deletions

View File

@@ -13,6 +13,6 @@ describe('<Settings />', () => {
expect(layout).toHaveLength(1);
expect(sections).toHaveLength(1);
expect((sections.prop('items') as any[]).flat()).toHaveLength(4); // eslint-disable-line @typescript-eslint/no-unnecessary-type-assertion
expect((sections.prop('items') as any[]).flat()).toHaveLength(4);
});
});