mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Remove only test
This commit is contained in:
parent
15400e1828
commit
45933f58c0
@ -101,7 +101,7 @@ test('/redirect -> check redirected source', async t => {
|
|||||||
t.true(html.includes('<h1>Index page</h1>'))
|
t.true(html.includes('<h1>Index page</h1>'))
|
||||||
})
|
})
|
||||||
|
|
||||||
test.only('/special-state -> check window.__NUXT__.test = true', async t => {
|
test('/special-state -> check window.__NUXT__.test = true', async t => {
|
||||||
const window = await nuxt.renderAndGetWindow(url('/special-state'))
|
const window = await nuxt.renderAndGetWindow(url('/special-state'))
|
||||||
t.is(window.__NUXT__.test, true)
|
t.is(window.__NUXT__.test, true)
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user