(minor) add "V2" to top level of v2 diagram spec

This commit is contained in:
Ashley Engelund (weedySeaDragon @ github) 2022-10-11 13:02:49 -07:00
parent ba71afcce5
commit 85ba4549fb
1 changed files with 1 additions and 1 deletions

View File

@ -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;