diff --git a/test/filter.test.js b/test/filter.test.js index 599a706..feef2cb 100644 --- a/test/filter.test.js +++ b/test/filter.test.js @@ -241,7 +241,6 @@ describe('js', () => { test('option - verbose', () => { hexo.config.minify.js.verbose = true - const path = 'foo' hexo.log.log = jest.fn() j(input, { path })