We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691933f commit e9b67ddCopy full SHA for e9b67dd
tests/index.spec.tsx
@@ -949,7 +949,7 @@ describe('csssinjs', () => {
949
expect(styles3[2].innerHTML).not.toEqual(style);
950
});
951
952
- it('should convert undefined value to 0 for padding', () => {
+ it('should skip appendStyle when value is null or undefined', () => {
953
const genStyle = (): CSSInterpolation => ({
954
'.undefined-test': {
955
padding: undefined,
0 commit comments