Skip to content

Commit 5cbc04b

Browse files
committed
Update test generation for clarity of which baseline is being checked
1 parent f7ee9c3 commit 5cbc04b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ for (const fileName of fs.readdirSync('cases')) {
3434
markerScopes = result.markerScopes;
3535
});
3636

37-
it('Comparing generated', () => {
37+
it('Comparing whole baseline', () => {
3838
assertBaselinesMatch(parsedFileName.name + '.baseline.txt', wholeBaseline);
3939
});
4040

41-
it('Comparing generated scopes', () => {
41+
it('Comparing marker scopes', () => {
4242
if (markerScopes) {
4343
assertBaselinesMatch(parsedFileName.name + '.txt', markerScopes);
4444
}

0 commit comments

Comments
 (0)