Fix safari icons support

This commit is contained in:
Paulo Gustavo Veiga
2021-12-31 01:52:24 -08:00
parent 85f560324b
commit 6b7a7660f1
5 changed files with 50 additions and 26 deletions

View File

@ -3,7 +3,7 @@ import fs from 'fs';
import path from 'path';
import XMLSerializerFactory from '../../../src/components/persistence/XMLSerializerFactory';
import SVGExporter from '../../../src/components/export/SVGExporter';
import PNGExporter from '../../../src/components/export/PNGExporter';
import BinaryImageExporter from '../../../src/components/export/PNGExporter';
test('mindplot generation of simple maps', async () => {
// Load mindmap DOM ...