Skip to content

Commit

Permalink
Update expected test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Knights committed Sep 12, 2024
1 parent f6c9ac5 commit 22e5fbf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/dest/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"params": []
},
{
"comment": "/**\n * @param {number} number A number.\n * @return {module:sub/NumberStore~NumberStore} A number store.\n */",
"comment": "/**\n * @param {number} number A number.\n * @return {module:test/sub/NumberStore~NumberStore} A number store.\n */",
"meta": {
"range": [
495,
Expand Down Expand Up @@ -176,7 +176,7 @@
{
"type": {
"names": [
"module:sub/NumberStore~NumberStore"
"module:test/sub/NumberStore~NumberStore"
]
},
"description": "A number store."
Expand Down Expand Up @@ -306,7 +306,7 @@
"undocumented": true
},
{
"comment": "/**\n * @param {module:sub/NumberStore~Options} options The options.\n */",
"comment": "/**\n * @param {module:test/sub/NumberStore~Options} options The options.\n */",
"meta": {
"range": [
231,
Expand All @@ -330,7 +330,7 @@
{
"type": {
"names": [
"module:sub/NumberStore~Options"
"module:test/sub/NumberStore~Options"
]
},
"description": "The options.",
Expand Down Expand Up @@ -372,7 +372,7 @@
{
"type": {
"names": [
"module:sub/NumberStore~Options"
"module:test/sub/NumberStore~Options"
]
},
"description": "The options.",
Expand Down Expand Up @@ -465,4 +465,4 @@
"longname": "module:test/sub/NumberStore",
"kind": "member"
}
]
]

0 comments on commit 22e5fbf

Please sign in to comment.