Skip to content

Commit

Permalink
chore: Updated snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Sep 7, 2023
1 parent 7e82a59 commit 2362a0e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ exports[`Options: should merge custom sidebar options 1`] = `

exports[`Options: should merge plugins 1`] = `
[
"typedoc-plugin-markdown",
"plugin-xyz",
]
`;
Expand All @@ -35,6 +36,9 @@ exports[`Options: should return default options 1`] = `
"includeExtension": true,
"indexSlug": undefined,
"out": "api",
"plugin": [
"typedoc-plugin-markdown",
],
"sidebar": {
"autoConfiguration": true,
"categoryLabel": "API",
Expand Down

0 comments on commit 2362a0e

Please sign in to comment.