Skip to content

Commit

Permalink
test: fix test case issue. #33
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 26, 2024
1 parent 2a46234 commit 9f1ff41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/arrow/TriangleArrow.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ it('renders <TriangleArrow /> test case', () => {
cursor: 'pointer',
height: '1em',
width: '1em',
display: 'flex',
display: 'inline-flex',
userSelect: 'none',
},
});
Expand Down

0 comments on commit 9f1ff41

Please sign in to comment.