From 205113dfce08682482cc3ef133bea035595f26ef Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 3 Jul 2017 15:47:22 +0430 Subject: [PATCH] update tests --- test/basic.dev.test.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/basic.dev.test.js b/test/basic.dev.test.js index 4defc787fb..61ddaf077e 100644 --- a/test/basic.dev.test.js +++ b/test/basic.dev.test.js @@ -26,14 +26,14 @@ test('/stateless', async t => { t.true(html.includes('

My component!

')) }) -test('/_nuxt/test.hot-update.json should returns empty html', async t => { - try { - await rp(url('/_nuxt/test.hot-update.json')) - } catch (err) { - t.is(err.statusCode, 404) - t.is(err.response.body, '') - } -}) +// test('/_nuxt/test.hot-update.json should returns empty html', async t => { +// try { +// await rp(url('/_nuxt/test.hot-update.json')) +// } catch (err) { +// t.is(err.statusCode, 404) +// t.is(err.response.body, '') +// } +// }) // Close server and ask nuxt to stop listening to file changes test.after('Closing server and nuxt.js', async t => {