test: Fix common -> vendor

This commit is contained in:
Atinux 2017-11-07 16:30:19 +01:00
parent 1e3120b60f
commit 244644f192

View File

@ -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 => {