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 8799152 commit 4b9c0e6Copy full SHA for 4b9c0e6
packages/doxdox-cli/src/index.test.ts
@@ -14,7 +14,7 @@ describe('cli', () => {
14
15
expect(stdout.trim()).toBe(pkg.version);
16
});
17
- it('get version (full flag)', async () => {
+ it('get version (long flag)', async () => {
18
const pkg = JSON.parse(await fs.readFile('./package.json', 'utf8'));
19
20
const { stdout } = await execAsync(`./dist/src/index.js --version`);
0 commit comments