mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-04 03:17:14 +00:00
fix: test failure
This commit is contained in:
parent
4a3d632b4e
commit
63f9773aea
@ -8,6 +8,7 @@ test('Nuxt.js Class', t => {
|
|||||||
|
|
||||||
test('Nuxt.js Instance', async t => {
|
test('Nuxt.js Instance', async t => {
|
||||||
const nuxt = new Nuxt({
|
const nuxt = new Nuxt({
|
||||||
|
dev: true,
|
||||||
rootDir: resolve(__dirname, 'fixtures', 'empty')
|
rootDir: resolve(__dirname, 'fixtures', 'empty')
|
||||||
})
|
})
|
||||||
t.is(typeof nuxt, 'object')
|
t.is(typeof nuxt, 'object')
|
||||||
|
Loading…
Reference in New Issue
Block a user