UNPKG

react-head

Version:

SSR-ready Document Head management for React 16+

14 lines (12 loc) 282 B
import buildSelector from '../buildSelector'; describe('buildSelector', () => { it('builds selector based on given object', () => { expect( buildSelector({ one: 'first', two: 'second', three: 'third', }) ).toMatchSnapshot(); }); });