Skip to content

Commit

Permalink
chore: Updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Feb 7, 2024
1 parent e2d1204 commit 6ee2238
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Expand Up @@ -92,7 +92,7 @@ exports[`GithubWiki should output member docs 1`] = `
### new ClassA()
**new ClassA**(): [\`ClassA\`](../wiki/module-1.Class.ClassA)
**new ClassA**(): [\`ClassA\`](../wiki/module-1.Class.ClassA)
#### Returns
Expand Down
Expand Up @@ -14,13 +14,13 @@ exports[`Remark should parse globals page 1`] = `
### someVariable
**\`const\`** **someVariable**: \`true\` = \`true\`
**\`const\`** **someVariable**: \`true\` = \`true\`
## Functions
### some_function()
**some_function**(\`param\`): \`void\`
**some_function**(\`param\`): \`void\`
#### Parameters
Expand All @@ -41,13 +41,13 @@ exports[`Remark should parse globals page without toc 1`] = `
### someVariable
**\`const\`** **someVariable**: \`true\` = \`true\`
**\`const\`** **someVariable**: \`true\` = \`true\`
## Functions
### some_function()
**some_function**(\`param\`): \`void\`
**some_function**(\`param\`): \`void\`
#### Parameters
Expand Down Expand Up @@ -75,7 +75,7 @@ exports[`Remark should parse members class page 1`] = `
### new SomeClass()
**new SomeClass**(): [\`SomeClass\`](SomeClass.md)
**new SomeClass**(): [\`SomeClass\`](SomeClass.md)
#### Returns
Expand All @@ -85,7 +85,7 @@ exports[`Remark should parse members class page 1`] = `
### someProp
**someProp**: \`string\`
**someProp**: \`string\`
"
`;

Expand Down Expand Up @@ -182,7 +182,7 @@ reallyUgly(javascript);
##### new SomeClass()
**new SomeClass**(): [\`SomeClass\`](module-1.md#someclass)
**new SomeClass**(): [\`SomeClass\`](module-1.md#someclass)
###### Returns
Expand All @@ -192,7 +192,7 @@ reallyUgly(javascript);
##### someProp
**someProp**: \`string\`
**someProp**: \`string\`
## Interfaces
Expand All @@ -202,19 +202,19 @@ reallyUgly(javascript);
##### someProp
**someProp**: \`string\`
**someProp**: \`string\`
## Variables
### \\_\\_variable_with_underscores\\_\\_
**\`const\`** **\\_\\_variable_with_underscores\\_\\_**: \`true\` = \`true\`
**\`const\`** **\\_\\_variable_with_underscores\\_\\_**: \`true\` = \`true\`
## Functions
### some_function()
**some_function**(\`param\`): \`void\`
**some_function**(\`param\`): \`void\`
#### Parameters
Expand Down

0 comments on commit 6ee2238

Please sign in to comment.