From 45933f58c0172075c5ccfbcf67dbb25429fd22b4 Mon Sep 17 00:00:00 2001 From: Sebastien Chopin Date: Thu, 27 Jul 2017 16:51:17 +0200 Subject: [PATCH] Remove only test --- test/basic.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basic.test.js b/test/basic.test.js index 42063c9219..624916b74d 100755 --- a/test/basic.test.js +++ b/test/basic.test.js @@ -101,7 +101,7 @@ test('/redirect -> check redirected source', async t => { t.true(html.includes('

Index page

')) }) -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) })