fix test resources

This commit is contained in:
Pooya Parsa 2017-04-27 20:02:41 +04:30
parent ac151a41f0
commit 6945479984

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