From 25f11a05abb22281e4e50823331afb9b2984c270 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 16 Jun 2017 03:17:47 +0430 Subject: [PATCH] fix tests --- 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 a7366ea65d..f621ca9f2d 100644 --- a/test/with-config.test.js +++ b/test/with-config.test.js @@ -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 => {