mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-06 09:06:45 +02:00
Renamed sankey to sankey-beta
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { imgSnapshotTest, renderGraph } from '../../helpers/util.js';
|
||||
|
||||
describe('Sankey Diagram', () => {
|
||||
it('should render a simple sankey diagram', () => {
|
||||
it('should render a simple example', () => {
|
||||
imgSnapshotTest(
|
||||
`
|
||||
sankey
|
||||
sankey-beta
|
||||
|
||||
a,b,10
|
||||
`,
|
||||
|
Reference in New Issue
Block a user