Remove only test

This commit is contained in:
Sebastien Chopin 2017-07-27 16:51:17 +02:00
parent 15400e1828
commit 45933f58c0

View File

@ -101,7 +101,7 @@ test('/redirect -> check redirected source', async t => {
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'))
t.is(window.__NUXT__.test, true)
})