diff --git a/test/scripts/extend/tag.ts b/test/scripts/extend/tag.ts index 5c914bd600..bbe7b643ff 100644 --- a/test/scripts/extend/tag.ts +++ b/test/scripts/extend/tag.ts @@ -224,7 +224,7 @@ describe('Tag', () => { }); }); - it.only('tag should get right locals', async () => { + it('tag should get right locals', async () => { let count = 0; hexo.extend.filter = new Filter(); hexo.extend.tag = new Tag();