fixed change in xml output for tests

This commit is contained in:
Klemek
2019-07-15 15:56:09 +02:00
parent d1ed3badf4
commit 820a01d92a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const rendering = require('./rendering');
const self = {
/**
* @param {{options: Object, nodes: Object[], links: Object[]}} data
* @param {{options: Object|undefined, nodes: Object[]|undefined, links: Object[]|undefined}} data
* @returns {string}
*/
compute: (data) => {