mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
update tests
This commit is contained in:
parent
2c4cf1ed4b
commit
c5a5dac627
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user