Skip to content

Commit

Permalink
refactor(test): remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Dec 30, 2019
1 parent 4a5c66a commit d1ca7f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/filter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 })

Expand Down

0 comments on commit d1ca7f9

Please sign in to comment.