UNPKG

juijs-graph

Version:

SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D)

9 lines (7 loc) 214 B
import jui from '../../src/base/base.js' describe('/base/base.js', () => { const TestUtil = jui.include('util.test'); test('Check undefined module', () => { expect(TestUtil).toBeNull(); }); })