test: update unit test

This commit is contained in:
Daniel Roe 2025-02-10 13:29:48 +00:00
parent bc89ef8678
commit 5a71ef8ace
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -20,7 +20,7 @@ const nuxt = await loadNuxt({
describe('resolvePath', () => {
it('should resolve paths correctly', async () => {
expect(await resolvePath('.nuxt/app.config')).toBe(resolve(nuxt.options.buildDir, 'app.config.mjs'))
expect(await resolvePath('.nuxt/app.config')).toBe(resolve('.nuxt/app.config.mjs'))
})
})