mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Clean up unsed filed
This commit is contained in:
parent
5e6228d9f4
commit
0ee9b46b2b
@ -1,10 +0,0 @@
|
|||||||
import Exporter from "./Exporter";
|
|
||||||
import Mindmap from "../model/Mindmap";
|
|
||||||
|
|
||||||
|
|
||||||
class TextExporter implements Exporter {
|
|
||||||
export(mindplot: Mindmap): string {
|
|
||||||
return "some value";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
export default TextExporter;
|
|
@ -1,9 +0,0 @@
|
|||||||
import TxtExporter from '../../src/components/export/TxtExporter';
|
|
||||||
import Mindmap from '../../src/components/model/Mindmap';
|
|
||||||
|
|
||||||
test('adds 1 + 2 to equal 3', () => {
|
|
||||||
const m = new Mindmap("some map");
|
|
||||||
|
|
||||||
const exporter = new TxtExporter();
|
|
||||||
console.log(exporter.export(m));
|
|
||||||
});
|
|
Loading…
Reference in New Issue
Block a user