From 63f9773aea7bebd9c014a528a80f3cc9dc371a3e Mon Sep 17 00:00:00 2001 From: Clark Du Date: Tue, 23 Jan 2018 13:10:10 +0800 Subject: [PATCH] fix: test failure --- test/index.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/index.test.js b/test/index.test.js index db692515b6..ae715e65d1 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -8,6 +8,7 @@ test('Nuxt.js Class', t => { test('Nuxt.js Instance', async t => { const nuxt = new Nuxt({ + dev: true, rootDir: resolve(__dirname, 'fixtures', 'empty') }) t.is(typeof nuxt, 'object')