UNPKG

xchain-components

Version:
15 lines (11 loc) 311 B
/* @flow */ /* eslint react/jsx-filename-extension: 0 */ import React from 'react'; import { shallow } from 'enzyme'; import XDimmer from '..'; describe('XDimmer', () => { it('should render correctly', () => { const component = shallow(<XDimmer />); expect(component).toMatchSnapshot(); }); });