mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
[tests] fix wrong assertion
This commit is contained in:
parent
2cdeab5661
commit
a1d94f4148
@ -45,7 +45,7 @@ test('/stateful', async t => {
|
|||||||
test('/store', async t => {
|
test('/store', async t => {
|
||||||
const { html } = await nuxt.renderRoute('/store')
|
const { html } = await nuxt.renderRoute('/store')
|
||||||
t.true(html.includes('<h1>Vuex Nested Modules</h1>'))
|
t.true(html.includes('<h1>Vuex Nested Modules</h1>'))
|
||||||
t.true(html.includes('<p>0</p>'))
|
t.true(html.includes('<p>1</p>'))
|
||||||
})
|
})
|
||||||
|
|
||||||
test('/head', async t => {
|
test('/head', async t => {
|
||||||
|
Loading…
Reference in New Issue
Block a user