Skip to content

Commit

Permalink
chore(test): update excerpt test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Jul 9, 2019
1 parent d819f18 commit c321663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/filters/excerpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('Excerpt', () => {
].join('\n'));
});

it('skip processing if post/page.excerpt is present', () => {
it('skip processing if post/page.excerpt is present in the front-matter', () => {
const content = [
'foo',
'<!-- more -->',
Expand Down

0 comments on commit c321663

Please sign in to comment.