mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 13:59:54 +02:00
#1474 Adding some tests
This commit is contained in:
@@ -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)
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user