Skip to content

Commit e9b67dd

Browse files
committed
update test case
1 parent 691933f commit e9b67dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ describe('csssinjs', () => {
949949
expect(styles3[2].innerHTML).not.toEqual(style);
950950
});
951951

952-
it('should convert undefined value to 0 for padding', () => {
952+
it('should skip appendStyle when value is null or undefined', () => {
953953
const genStyle = (): CSSInterpolation => ({
954954
'.undefined-test': {
955955
padding: undefined,

0 commit comments

Comments
 (0)