it('should prefix transition values with border', () => {
      const input = { transition: 'border 500ms linear' }
      const output = {
        WebkitTransition: 'border 500ms linear',
        MozTransition: 'border 500ms linear',