UNPKG

react-horizontal-bar-chart

Version:

Simple horizontal bar chart react component, with inline tooltips

19 lines (14 loc) 417 B
'use strict'; describe('Main', function () { var App, component; beforeEach(function () { var container = document.createElement('div'); container.id = 'content'; document.body.appendChild(container); App = require('../../../src/scripts/components/App.jsx'); component = App(); }); it('should create a new instance of App', function () { expect(component).toBeDefined(); }); });