UNPKG

light-chart

Version:

Charts for mobile visualization.

9 lines (7 loc) 249 B
const expect = require('chai').expect; const Component = require('../../../src/component'); describe('Component Entry', () => { it('Type of Component', () => { expect(Component).to.have.all.keys('Axis', 'Guide', 'Tooltip', 'List'); }); });