From 75d933aac6501dfd777c605a8de08665b32b1946 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 11 Jul 2017 13:40:46 +0430 Subject: [PATCH] tests: update with-config Two index files are generated now so increase assets.length by 1 --- test/with-config.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/with-config.test.js b/test/with-config.test.js index 852ed60625..83b6747a8e 100644 --- a/test/with-config.test.js +++ b/test/with-config.test.js @@ -90,7 +90,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) }) test('Check /test.txt with custom serve-static options', async t => {