Renamed sankey to sankey-beta

This commit is contained in:
Nikolay Rozhkov
2023-06-24 23:11:54 +03:00
parent 2f281ba228
commit 1674f12b62
7 changed files with 17 additions and 17 deletions

View File

@@ -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
`,