Skip to content

Commit

Permalink
modify a test case to add decimal font value
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-gupta7 committed Jan 9, 2025
1 parent 2289734 commit 059c65c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('pullStyles', () => {
name: 'heading/h1/bold',
id: '456',
description: 'the big one',
fontSize: 24,
fontSize: 24.8,
fontName: {
family: 'Inter',
style: 'Bold',
Expand Down Expand Up @@ -164,7 +164,7 @@ describe('pullStyles', () => {
],
fontSizes: [
{ name: 'fontSize.0', type: 'fontSizes', value: '16' },
{ name: 'fontSize.1', type: 'fontSizes', value: '24' },
{ name: 'fontSize.1', type: 'fontSizes', value: '24.8' },
],
letterSpacing: [{ name: 'letterSpacing.0', type: 'letterSpacing', value: '0%' }],
paragraphSpacing: [{ name: 'paragraphSpacing.0', type: 'paragraphSpacing', value: '0' },
Expand Down

0 comments on commit 059c65c

Please sign in to comment.