Skip to content

Commit

Permalink
fixup! Feat(web-react): Additional parameter for styleProps and Box r…
Browse files Browse the repository at this point in the history
…efactor
  • Loading branch information
curdaj committed Jan 2, 2025
1 parent 29415e9 commit 1af5ba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ describe('useBoxStyleProps', () => {
};
const { result } = renderHook(() => useBoxStyleProps(props));

expect(result.current.classProps).toBe('border-basic border-100 border-dashed');
expect(result.current.classProps).toBe('border-basic border-dashed border-100');
});
});

0 comments on commit 1af5ba3

Please sign in to comment.