UNPKG

dash-table-experiments

Version:
11 lines (8 loc) 215 B
import React from 'react'; import {shallow} from 'enzyme'; describe('ExampleComponent', () => { it('renders', () => { const component = shallow(<div/>); expect(component).to.be.ok; }); });