388 feature make fileuploader component #310
Annotations
2 errors
Run pnpm run test:ci:
tests/panda-preset/recipes/slots/fileUploader.test.ts#L12
{
_hover: {
bgColor: "action.ghost.hover",
borderColor: "action.border.focus",
+ borderStyle: "solid",
+ },
+ _isDropped: {
+ opacity: "0.5",
+ },
+ _isOver: {
+ bgColor: "action.ghost.hover",
+ borderColor: "action.border.focus",
+ borderStyle: "solid",
},
bgColor: "page.surface.100",
borderColor: "page.border.100",
borderStyle: "dashed",
borderWidth: "2.5px",
justify: "center",
maxW: "36rem",
minH: "14rem",
py: "6",
rounded: "md",
transitionDuration: "150ms",
+ transitionProperty: "background-color, border, opacity",
- transitionProperty: "background-color, border",
transitionTimingFunction: "ease-in-out",
w: "full",
}
- Expected - 1
+ Received + 10
at /home/runner/work/cerberus/cerberus/tests/panda-preset/recipes/slots/fileUploader.test.ts:12:42
|
Run pnpm run test:ci
Process completed with exit code 1.
|
Loading