Added link to edit existing servers

This commit is contained in:
Alejandro Celaya
2020-03-15 14:03:41 +01:00
parent 24f2deda46
commit 35a62f1fb1
3 changed files with 22 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ describe('<AsideMenu />', () => {
it('contains links to different sections', () => {
const links = wrapped.find('[to]');
expect(links).toHaveLength(3);
expect(links).toHaveLength(4);
links.forEach((link) => expect(link.prop('to')).toContain('abc123'));
});