fix tests

This commit is contained in:
Pooya Parsa 2017-06-16 03:17:47 +04:30
parent 42b603304d
commit 25f11a05ab

View File

@ -91,7 +91,7 @@ test('/test/about-bis (added with extendRoutes)', async t => {
test('Check stats.json generated by build.analyze', t => {
const stats = require(resolve(__dirname, 'fixtures/with-config/.nuxt/dist/stats.json'))
t.is(stats.assets.length, 29)
t.is(stats.assets.length, 26)
})
test('Check /test.txt with custom serve-static options', async t => {