mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Fix test about curve
This commit is contained in:
@@ -118,7 +118,7 @@ describe('when using mermaid and ', function () {
|
||||
expect(start).toBe('A')
|
||||
expect(end).toBe('B')
|
||||
expect(options.arrowhead).toBe('none')
|
||||
expect(options.lineInterpolate).toBe('basis')
|
||||
expect(options.curve).toBe('basis') // mocked as string
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user