test: assert warn is not called to make sure nuxtCtx isn't called

This commit is contained in:
Julien Huang 2025-01-11 21:51:25 +01:00
parent 8fceb73bde
commit c318bcc9a2

View File

@ -53,6 +53,7 @@ describe('loadNuxt', () => {
cwd: repoRoot, cwd: repoRoot,
}), }),
]) ])
expect(console.warn).not.toHaveBeenCalled()
}) })
}) })