From 69454799841df7a6fdd18c80954964b15d71e54f Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 27 Apr 2017 20:02:41 +0430 Subject: [PATCH] fix test resources --- 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 fae3ab1869..d9b4845f52 100644 --- a/test/with-config.test.js +++ b/test/with-config.test.js @@ -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