Skip to content

Commit fe686b9

Browse files
committed
Updated test snapshot.
1 parent dff6049 commit fe686b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3+
exports[`dox parser parse empty file 1`] = `
4+
{
5+
"methods": [],
6+
"path": "./test/mocks/empty.js",
7+
}
8+
`;
9+
310
exports[`dox parser parse empty string 1`] = `
411
{
512
"methods": [],

0 commit comments

Comments
 (0)