Skip to content

Commit 4b9c0e6

Browse files
committed
Change name of test.
1 parent 8799152 commit 4b9c0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/doxdox-cli/src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('cli', () => {
1414

1515
expect(stdout.trim()).toBe(pkg.version);
1616
});
17-
it('get version (full flag)', async () => {
17+
it('get version (long flag)', async () => {
1818
const pkg = JSON.parse(await fs.readFile('./package.json', 'utf8'));
1919

2020
const { stdout } = await execAsync(`./dist/src/index.js --version`);

0 commit comments

Comments
 (0)