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 3eb7aa5 commit ea6c655Copy full SHA for ea6c655
packages/doxdox-parser-dox/src/index.test.ts
@@ -11,7 +11,7 @@ describe('dox parser', () => {
11
parse(process.cwd(), './test/mocks/function.js')
12
).resolves.toMatchSnapshot();
13
});
14
- it('parse empty string', async () => {
+ it('parse empty file', async () => {
15
await expect(
16
parse(process.cwd(), './test/mocks/empty.js')
17
0 commit comments