Skip to content

Commit

Permalink
Change name of test.
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek committed Feb 8, 2022
1 parent 8799152 commit 4b9c0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/doxdox-cli/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('cli', () => {

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

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

0 comments on commit 4b9c0e6

Please sign in to comment.