mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
fix tests
This commit is contained in:
parent
b8f8f18384
commit
4c6bb3767b
@ -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')
|
||||
|
||||
|
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user