mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
test: update stats assets count
This commit is contained in:
parent
6e2b37a7c6
commit
0585635130
@ -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, 35)
|
||||
t.is(stats.assets.length, 37)
|
||||
})
|
||||
|
||||
test('Check /test/test.txt with custom serve-static options', async t => {
|
||||
|
Loading…
Reference in New Issue
Block a user