test: update unit test

This commit is contained in:
Daniel Roe 2025-02-10 13:29:48 +00:00
parent c952e109d0
commit fdd22127e5
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'))
})
})