Skip to content

Commit 7e8dbf1

Browse files
committed
Updated test snapshot.
1 parent fe686b9 commit 7e8dbf1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ exports[`dox parser parse empty file 1`] = `
77
}
88
`;
99

10-
exports[`dox parser parse empty string 1`] = `
11-
{
12-
"methods": [],
13-
"path": "./test/mocks/empty.js",
14-
}
15-
`;
16-
1710
exports[`dox parser parse example jsdoc headers (declaration methods) 1`] = `
1811
{
1912
"methods": [

0 commit comments

Comments
 (0)