WIP: Add toPhyloWithoutLink test coverage
Don't merge yet, I need to figure out why tests passes locally:
Gargantext
JSON
Phylo
PeriodToNode: OK (0.09s)
+++ OK, passed 100 tests.
GraphData: OK (1.77s)
+++ OK, passed 100 tests.
GraphDataData: OK (0.23s)
+++ OK, passed 100 tests.
ObjectData: OK (0.21s)
+++ OK, passed 100 tests.
PhyloData: OK (2.04s)
+++ OK, passed 100 tests.
LayerData: OK (0.06s)
+++ OK, passed 100 tests.
can parse bpa_phylo_test.json: OK (0.09s)
can parse open_science.json: OK (0.03s)
Phylo
toPhyloWithoutLink
returns expected data: OK (0.52s)
toPhylo
returns expected data: OK (5.81s)
relatedComponents
finds simple connection: OK
All 11 tests passed (5.87s)
Test suite garg-test-tasty: PASS
But not on CI. I will probably use tree-diff
to figure out why the generate Phylo
differs.