Skip to content

Commit

Permalink
fix(plugin-content-docs): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ayshiff committed Sep 19, 2020
1 parent 609fcad commit a8c3e23
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ describe('normalizeDocsPluginOptions', () => {
docItemComponent: '@theme/DocItem',
remarkPlugins: [markdownPluginsObjectStub],
rehypePlugins: [markdownPluginsFunctionStub],
beforeDefaultRehypePlugins: [],
beforeDefaultRemarkPlugins: [],
showLastUpdateTime: true,
showLastUpdateAuthor: true,
admonitions: {},
Expand Down

0 comments on commit a8c3e23

Please sign in to comment.