test: update stats assets count

This commit is contained in:
Clark Du 2018-01-27 23:55:21 +08:00
parent 6e2b37a7c6
commit 0585635130
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9

View File

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