Skip to content

Commit

Permalink
test message
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Sep 13, 2023
1 parent 758d75c commit 0305526
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('<AccordionGroup />', () => {

it('should not warn when using custom color', () => {
expect(() => {
// @ts-expect-error need to test custom color
// @ts-expect-error as `custom` color is not part of the type system
render(<AccordionGroup color="custom" />);
}).not.toErrorDev();
});
Expand Down

0 comments on commit 0305526

Please sign in to comment.