import { expect } from 'chai'; import '../../src/index'; import { DOMParserImpl } from '../../src/parser/dom-parser'; describe('Error tests', () => { it('error function', () => { const error: string[] = []; const parser = new DOMParserImpl({ locator: {}, errorHandler: { error: function(msg) { error.push(msg); throw new Error(msg); }, }, }); parser.parseFromString('