it('should prefix transitions with cubic beziers', () => {
      const input = {
        transition: 'transform 0.4s cubic-bezier(0.065, 1.360, 0.680, 1.000)',
      }
      const output = {