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