mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +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 stateDiagram from './parser/stateDiagram.jison';
|
||||
|
||||
describe('state diagram, ', function () {
|
||||
describe('state diagram V2, ', function () {
|
||||
describe('when parsing an info graph it', function () {
|
||||
beforeEach(function () {
|
||||
parser.yy = stateDb;
|
||||
|
Loading…
x
Reference in New Issue
Block a user