Skip to content

Commit

Permalink
Adjusted describe names
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x98 committed Oct 9, 2023
1 parent d69c7ce commit 90807c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/interpreter-lib/src/parsing-util.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('Validation of parsing-util', () => {
logger.clearLogs();
});

describe('Validation of validateDocument', () => {
describe('Function of validateDocument', () => {
async function parseAndValidateDocument(input: string) {
const document = await parse(input);
expectNoParserAndLexerErrors(document);
Expand Down Expand Up @@ -118,7 +118,7 @@ describe('Validation of parsing-util', () => {
});
});

describe('Validation of extractDocumentFromFile', () => {
describe('Function of extractDocumentFromFile', () => {
it('should diagnose no error on valid model file', async () => {
await extractDocumentFromFile(
path.resolve(
Expand Down

0 comments on commit 90807c6

Please sign in to comment.