Skip to content

Commit d73d261

Browse files
committed
test: - Show explanations of short-forms of short and full modes
1 parent cfb8954 commit d73d261

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Query/Explain/Explainer.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,12 @@ describe('explain layout instructions', () => {
335335
});
336336

337337
it('should explain short mode', () => {
338+
expect(explainLayout('short')).toEqual('short\n');
338339
expect(explainLayout('short mode')).toEqual('short mode\n');
339340
});
340341

341342
it('should explain full mode', () => {
343+
expect(explainLayout('full')).toEqual('full\n');
342344
expect(explainLayout('full mode')).toEqual('full mode\n');
343345
});
344346
});

0 commit comments

Comments
 (0)