Skip to content

Commit

Permalink
fix(v2): fix editUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny authored and yangshun committed Apr 5, 2020
1 parent 4f17dd8 commit 4d0126e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('loadBlog', () => {
...{prevItem: undefined},
}).toEqual({
editUrl:
'https://github.com/facebook/docusaurus/edit/master/website-1x/blog/draft.md',
'https://github.com/facebook/docusaurus/edit/master/website-1x/blog/no date.md',
permalink: noDatePermalink,
readingTime: 0.01,
source: noDateSource,
Expand Down

0 comments on commit 4d0126e

Please sign in to comment.