Make test grouping more explicit

This commit is contained in:
Daniel Bartholomae 2022-08-27 15:42:48 +02:00
parent 700e25382b
commit 2afcd54184
No known key found for this signature in database
GPG Key ID: 782CE028698BEE8C
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ setConfig({
securityLevel: 'strict',
});
describe('parsing a C4 diagram', function () {
describe('parsing a C4 Person', function () {
beforeEach(function () {
c4.parser.yy = c4Db;
c4.parser.yy.clear();

View File

@ -6,7 +6,7 @@ setConfig({
securityLevel: 'strict',
});
describe('parsing a C4 diagram', function () {
describe('parsing a C4 Person_Ext', function () {
beforeEach(function () {
c4.parser.yy = c4Db;
c4.parser.yy.clear();