mirror of
https://github.com/immich-app/immich.git
synced 2026-03-26 03:28:59 +03:00
chore: cannonical tailwind classes (#23427)
This commit is contained in:
@@ -61,7 +61,7 @@ describe('Sidebar component', () => {
|
||||
const parent = screen.getByTestId('sidebar-parent');
|
||||
|
||||
// then
|
||||
expect(parent.classList).toContain('sidebar:w-[16rem]'); // sets the initial width for page load
|
||||
expect(parent.classList).toContain('sidebar:w-64'); // sets the initial width for page load
|
||||
expect(parent.classList).toContain('w-[min(100vw,16rem)]');
|
||||
expect(parent.classList).toContain('shadow-2xl');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user