UNPKG

@wonderflow/react-components

Version:

UI components from Wonderflow's Wanda design system

8 lines (7 loc) 193 B
import { isBrowser } from './browser'; describe('isBrowser()', () => { it('should test browser true', () => { const isB = isBrowser(); expect(isB).toBeTruthy(); }); });