Skip to content

Commit

Permalink
text(external_link): reset config
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Sep 24, 2019
1 parent eb7b6ed commit 004e156
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/scripts/filters/external_link.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ describe('External link', () => {
'<a href="https://bar.com/">Hexo</a>',
'<a href="https://baz.com/" target="_blank" rel="noopener">Hexo</a>'
].join('\n'));
});

hexo.config.external_link.exclude = '';
hexo.config.external_link.exclude = '';
});
});

describe('External link - post', () => {
Expand Down Expand Up @@ -313,7 +313,7 @@ describe('External link - post', () => {
'<a href="https://bar.com/">Hexo</a>',
'<a href="https://baz.com/" target="_blank" rel="noopener">Hexo</a>'
].join('\n'));
});

hexo.config.external_link.exclude = '';
hexo.config.external_link.exclude = '';
});
});

0 comments on commit 004e156

Please sign in to comment.