mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
(minor) add "V2" to top level of v2 diagram spec
This commit is contained in:
parent
ba71afcce5
commit
85ba4549fb
@ -2,7 +2,7 @@ import { parser } from './parser/stateDiagram';
|
|||||||
import stateDb from './stateDb';
|
import stateDb from './stateDb';
|
||||||
import stateDiagram from './parser/stateDiagram.jison';
|
import stateDiagram from './parser/stateDiagram.jison';
|
||||||
|
|
||||||
describe('state diagram, ', function () {
|
describe('state diagram V2, ', function () {
|
||||||
describe('when parsing an info graph it', function () {
|
describe('when parsing an info graph it', function () {
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
parser.yy = stateDb;
|
parser.yy = stateDb;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user