UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

9 lines 321 B
import { getVendorPrefixedName } from './prefix'; describe('Dom', () => { describe('#prefix', () => { it('should return prefixed name with compatibility name', () => { expect(getVendorPrefixedName('userDrag')).toBe('WebkitUserDrag'); }); }); }); //# sourceMappingURL=prefix.test.js.map