#1474 Adding some tests

This commit is contained in:
Knut Sveidqvist
2020-06-17 18:28:49 +02:00
parent f0162557c5
commit c95257f32c
3 changed files with 7 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ describe('Graphlib decorations', () => {
height: 176.5
}
const int = intersection(node2, o, i);
expect(int.x).toBeCloseTo(127.39979619565217)
expect(int.x).toBeCloseTo(167.9232336956522)
expect(int.y).toBeCloseTo(76)
});