Skip to content

Commit

Permalink
fix: trigger change
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Jun 12, 2023
1 parent a4205ac commit 3b4c34e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe('Table', () => {
return {
measureText: () => {
return {
width: 100,
width: 101,
};
},
};
Expand Down

0 comments on commit 3b4c34e

Please sign in to comment.