We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ee9c3 commit 5cbc04bCopy full SHA for 5cbc04b
tests/test.ts
@@ -34,11 +34,11 @@ for (const fileName of fs.readdirSync('cases')) {
34
markerScopes = result.markerScopes;
35
});
36
37
- it('Comparing generated', () => {
+ it('Comparing whole baseline', () => {
38
assertBaselinesMatch(parsedFileName.name + '.baseline.txt', wholeBaseline);
39
40
41
- it('Comparing generated scopes', () => {
+ it('Comparing marker scopes', () => {
42
if (markerScopes) {
43
assertBaselinesMatch(parsedFileName.name + '.txt', markerScopes);
44
}
0 commit comments