Fix tests

This commit is contained in:
Sébastien Chopin 2017-03-26 00:58:10 +01:00
parent 704ff5e577
commit d63b34de78

View File

@ -82,7 +82,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, 21)
t.is(stats.assets.length, 23)
})
// Close server and ask nuxt to stop listening to file changes