Skip to content

Commit

Permalink
More refactoring and linting improvement. Fix Cytoscape test.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Oct 24, 2023
1 parent e6f0a2d commit 64bd12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cytoscape.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe("cytoscape", () => {
test("load graph from SPARQL", async () => {
await loadGraphFromSparql(cy, graphs);
assert.closeTo(cy.nodes().size(), 1134, 100);
console.log("sparql");
});
test("calculate layout", async () => {
assert(await layout.run(cy, layout.euler, subs));
Expand Down

0 comments on commit 64bd12e

Please sign in to comment.