mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix index.test
This commit is contained in:
parent
c519c3edff
commit
ce5cb62ee6
@ -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)
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user