Update to latest shlink-frontend-kit and shlink-web-component

This commit is contained in:
Alejandro Celaya
2025-06-17 08:56:21 +02:00
parent 34aca8ff3f
commit 0bdf5f206e
38 changed files with 222 additions and 337 deletions

View File

@@ -41,9 +41,9 @@ describe('<ServersListGroup />', () => {
const list = screen.getByTestId('list');
if (!borderless) {
expect(list).toHaveClass('tw:border-y');
expect(list).toHaveClass('border-y');
} else {
expect(list).not.toHaveClass('tw:border-y');
expect(list).not.toHaveClass('border-y');
}
});
});