Skip to content

Commit

Permalink
missed this test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Mar 15, 2024
1 parent 93a3518 commit c1cda06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('PrimaryButton', () => {
expect(button).toHaveStyle(`font-size: ${TYPOGRAPHY.fontSizeP}`)
expect(button).toHaveStyle(`font-weight: ${TYPOGRAPHY.fontWeightSemiBold}`)
expect(button).toHaveStyle(`line-height: ${TYPOGRAPHY.lineHeight20}`)
expect(button).toHaveStyle(`border-radius: ${BORDERS.borderRadius4}`)
expect(button).toHaveStyle(`border-radius: ${BORDERS.borderRadius8}`)
expect(button).toHaveStyle(
`text-transform: ${TYPOGRAPHY.textTransformNone}`
)
Expand Down

0 comments on commit c1cda06

Please sign in to comment.