UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

10 lines (8 loc) 264 B
import { version } from './version' describe('version', () => { it('should match the `version` field of package.json', () => { // eslint-disable-next-line const expected = require('../../package.json').version expect(version).toBe(expected) }) })