mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-11 10:33:22 +02:00
Extract encoding as common code.
This commit is contained in:
@ -26,7 +26,7 @@ describe('SVG export test execution', () => {
|
||||
const svgDocument = parseXMLFile(svgPath, 'image/svg+xml');
|
||||
|
||||
// Generate output ...
|
||||
const exporter = new SVGExporter(mindmap, svgDocument.documentElement);
|
||||
const exporter = new SVGExporter(svgDocument.documentElement);
|
||||
await exporterAssert(testName, exporter);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user