UNPKG

react-horizontal-bar-chart

Version:

Simple horizontal bar chart react component, with inline tooltips

15 lines (11 loc) 298 B
'use strict'; describe('HBar', function () { var HBar, component; beforeEach(function () { HBar = require('../../../src/scripts/components/HBar.jsx'); component = HBar(); }); it('should create a new instance of HBar', function () { expect(component).toBeDefined(); }); });