Skip to content

Commit ea6c655

Browse files
committed
Updated test name. [skip ci]
1 parent 3eb7aa5 commit ea6c655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/doxdox-parser-dox/src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('dox parser', () => {
1111
parse(process.cwd(), './test/mocks/function.js')
1212
).resolves.toMatchSnapshot();
1313
});
14-
it('parse empty string', async () => {
14+
it('parse empty file', async () => {
1515
await expect(
1616
parse(process.cwd(), './test/mocks/empty.js')
1717
).resolves.toMatchSnapshot();

0 commit comments

Comments
 (0)