UNPKG

basicprimitives

Version:

Basic Primitives Diagrams for JavaScript - data visualization components library that implements organizational chart and multi-parent dependency diagrams, contains implementations of JavaScript Controls and PDF rendering plugins.

5 lines (4 loc) 187 B
import BackgroundAnnotationConfig from './BackgroundAnnotationConfig'; test('BackgroundAnnotationConfig', () => { expect(new BackgroundAnnotationConfig() != null).toBe(true); });