UNPKG

css-to-react-native

Version:
11 lines (9 loc) 296 B
import transformCss from '..' it('transforms border color with multiple values', () => { expect(transformCss([['border-color', 'red yellow green blue']])).toEqual({ borderTopColor: 'red', borderRightColor: 'yellow', borderBottomColor: 'green', borderLeftColor: 'blue', }) })