Skip to content
Snippets Groups Projects
Commit cae0ed4c authored by Vink, S.A. (Sjoerd)'s avatar Vink, S.A. (Sjoerd) Committed by Leonardo Christino
Browse files

feat(statistics): added test

parent bb061e6d
No related branches found
No related tags found
1 merge request!255refactor: statistics on result set
Pipeline #139703 passed
......@@ -129,8 +129,6 @@ export const graphQueryBackend2graphQuery = (payload: GraphQueryResultFromBacken
return _edge;
});
console.log('EXTRACTED STATS', getGraphStatistics(payload));
return { metaData: extractStatistics(metaData), nodes, edges };
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment