We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2b523 commit d7f9478Copy full SHA for d7f9478
1 file changed
test/unit/markdown.test.ts
@@ -58,7 +58,7 @@ describe('markdown output: plugin-auth and user', () => {
58
it('includes a Flags section with a Markdown table', () => {
59
const md = loadMdFile(join('org', 'cli_reference_org_login_jwt.md'));
60
expect(md.includes('## Flags')).to.be.true;
61
- expect(md.includes('| Flag | Description |')).to.be.true;
+ expect(md.includes('| Flag Name (Long) | Flag Name (Short) | Description |')).to.be.true;
62
expect(md.includes('--username')).to.be.true;
63
});
64
0 commit comments