mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-22 11:22:43 +00:00
test: assert warn is not called to make sure nuxtCtx isn't called
This commit is contained in:
parent
8fceb73bde
commit
c318bcc9a2
@ -53,6 +53,7 @@ describe('loadNuxt', () => {
|
||||
cwd: repoRoot,
|
||||
}),
|
||||
])
|
||||
expect(console.warn).not.toHaveBeenCalled()
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user