refactor(test): remove unnecessary variable

This commit is contained in:
curbengh 2019-12-30 06:01:28 +00:00
parent 4a5c66add2
commit d1ca7f9c2b
No known key found for this signature in database
GPG Key ID: 21EA847C35D6E034
1 changed files with 0 additions and 1 deletions

View File

@ -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 })