diff --git a/test/index.test.js b/test/index.test.js index 73cce8fe9f..cafaa08158 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -17,7 +17,7 @@ test.serial('Nuxt.js Instance', async t => { t.is(typeof nuxt.build, 'function') t.is(typeof nuxt.generate, 'function') t.is(typeof nuxt._init.then, 'function') - await nuxt.init() + await nuxt.build() t.is(nuxt.initialized, true) })