UNPKG

glam

Version:

inline css for your jsx

7 lines (5 loc) 133 B
import parse from '../src/parse'; test('basic', () => { const ast = parse({ color: 'red' }); expect(ast).toMatchSnapshot(); });