Updated dev deps

This commit is contained in:
Alejandro Celaya
2022-10-04 23:17:12 +02:00
parent e124cd2490
commit d2de9fb669
7 changed files with 5466 additions and 4986 deletions

View File

@@ -40,7 +40,7 @@ describe('<DropdownBtn />', () => {
await user.click(screen.getByRole('button'));
expect(screen.getByRole('menu')).toHaveAttribute(
'style',
`${expectedStyle}position: absolute; left: 0px; top: 0px;`,
`${expectedStyle}position: absolute; left: 0px; top: 0px; transform: translate(0px, 0px);`,
);
});
});