UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

10 lines (8 loc) 203 B
import { sanitize } from './sanitize' describe('Text', () => { describe('#sanitize', () => { it('should sanitize text', () => { expect(sanitize('hell o')).toBe('hell\u00A0o') }) }) })