mirror of https://github.com/curbengh/hexo-yam
refactor(test): remove unnecessary variable
This commit is contained in:
parent
4a5c66add2
commit
d1ca7f9c2b
|
@ -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 })
|
||||
|
||||
|
|
Loading…
Reference in New Issue