From 244644f192f59de38693b344bdd7cadbbc1bfbc3 Mon Sep 17 00:00:00 2001 From: Atinux Date: Tue, 7 Nov 2017 16:30:19 +0100 Subject: [PATCH] test: Fix common -> vendor --- 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 c0bfe0674b..1f6453f6bc 100644 --- a/test/with-config.test.js +++ b/test/with-config.test.js @@ -42,7 +42,7 @@ test('/ (custom app.html)', async t => { test('/ (custom build.publicPath)', async t => { const { html } = await nuxt.renderRoute('/') - t.true(html.includes('src="/test/orion/common.')) + t.true(html.includes('src="/test/orion/vendor.')) }) test('/test/ (router base)', async t => {