fix tests

This commit is contained in:
Pooya Parsa 2018-03-12 01:10:16 +03:30
parent b8f8f18384
commit 4c6bb3767b
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
const path = require('path')
const fs = require('fs')
const { uniq } = require('lodash')
const hash = require('hash-sum')
const { chainFn, sequence, printWarn } = require('../common/utils')

View File

@ -176,7 +176,7 @@ test('Check stats.json generated by build.analyze', t => {
__dirname,
'fixtures/with-config/.nuxt/dist/stats.json'
))
t.is(stats.assets.length, 37)
t.is(stats.assets.length, 35)
})
test('Check /test/test.txt with custom serve-static options', async t => {