mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +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.build, 'function')
|
||||||
t.is(typeof nuxt.generate, 'function')
|
t.is(typeof nuxt.generate, 'function')
|
||||||
t.is(typeof nuxt._init.then, 'function')
|
t.is(typeof nuxt._init.then, 'function')
|
||||||
await nuxt.init()
|
await nuxt.build()
|
||||||
t.is(nuxt.initialized, true)
|
t.is(nuxt.initialized, true)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user