update tests

This commit is contained in:
Pooya Parsa 2017-08-19 16:03:24 +04:30
parent 673dfcd3c9
commit 85e7641bae

View File

@ -87,7 +87,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, 27)
t.is(stats.assets.length, 28)
})
test('Check /test.txt with custom serve-static options', async t => {