UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

10 lines (8 loc) 260 B
import { getVendorPrefixedName } from './prefix' describe('Dom', () => { describe('#prefix', () => { it('should return prefixed name with compatibility name', () => { expect(getVendorPrefixedName('userDrag')).toBe('WebkitUserDrag') }) }) })