Skip to content

Commit

Permalink
test: 修改单测,添加border width
Browse files Browse the repository at this point in the history
  • Loading branch information
zishang committed Jan 16, 2023
1 parent 6e9268f commit fa105a5
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('Table col cell util test', () => {
},
},
}),
).toBe(80);
).toBe(81);
});

test('should return right occupied width for table col with actionIcons', () => {
Expand Down Expand Up @@ -86,6 +86,6 @@ describe('Table col cell util test', () => {
},
},
}),
).toBe(105);
).toBe(106);
});
});

0 comments on commit fa105a5

Please sign in to comment.