From 05856351303a72c3f68bafafcee77b7f0a88ab93 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Sat, 27 Jan 2018 23:55:21 +0800 Subject: [PATCH] test: update stats assets count --- 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 a5843e8be2..e790774791 100644 --- a/test/with-config.test.js +++ b/test/with-config.test.js @@ -176,7 +176,7 @@ test('Check stats.json generated by build.analyze', t => { __dirname, 'fixtures/with-config/.nuxt/dist/stats.json' )) - t.is(stats.assets.length, 35) + t.is(stats.assets.length, 37) }) test('Check /test/test.txt with custom serve-static options', async t => {