mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +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 => {
|
||||
const nuxt = new Nuxt({
|
||||
dev: true,
|
||||
rootDir: resolve(__dirname, 'fixtures', 'empty')
|
||||
})
|
||||
t.is(typeof nuxt, 'object')
|
||||
|
Loading…
Reference in New Issue
Block a user