it('should expand and merge shorthands in style objects', () => {
    const style = {
      paddingLeft: '10px',
      padding: '15px',
    }