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 b20aeab commit 78b1f4aCopy full SHA for 78b1f4a
packages/doxdox-cli/src/index.test.ts
@@ -89,7 +89,7 @@ describe('cli', () => {
89
90
await fs.unlink('./temp.md');
91
});
92
- it('set output (inside exisiting directory)', async () => {
+ it('set output (inside existing directory)', async () => {
93
const { stdout } = await execAsync(
94
`./dist/src/index.js -o src/temp.md`
95
);
@@ -104,7 +104,7 @@ describe('cli', () => {
104
105
await fs.unlink('./src/temp.md');
106
107
- it('set output (inside non-exisiting directory)', async () => {
+ it('set output (inside non-existing directory)', async () => {
108
109
`./dist/src/index.js -o temp/temp.md`
110
0 commit comments