Skip to content

Commit

Permalink
Fixed spelling mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek committed Apr 13, 2024
1 parent b20aeab commit 78b1f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/doxdox-cli/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('cli', () => {

await fs.unlink('./temp.md');
});
it('set output (inside exisiting directory)', async () => {
it('set output (inside existing directory)', async () => {
const { stdout } = await execAsync(
`./dist/src/index.js -o src/temp.md`
);
Expand All @@ -104,7 +104,7 @@ describe('cli', () => {

await fs.unlink('./src/temp.md');
});
it('set output (inside non-exisiting directory)', async () => {
it('set output (inside non-existing directory)', async () => {
const { stdout } = await execAsync(
`./dist/src/index.js -o temp/temp.md`
);
Expand Down

0 comments on commit 78b1f4a

Please sign in to comment.