UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

9 lines (7 loc) 252 B
import transformCss from '..' it('transforms font weights as strings', () => { expect(transformCss([['font-weight', '400']])).toEqual({ fontWeight: '400' }) expect(transformCss([['font-weight', 'bold']])).toEqual({ fontWeight: 'bold', }) })