update tests

This commit is contained in:
Pooya Parsa 2017-08-18 16:02:25 +04:30
parent 2c4cf1ed4b
commit c5a5dac627

View File

@ -38,7 +38,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/vendor.'))
t.true(html.includes('src="/test/orion/common.'))
})
test('/test/ (router base)', async t => {