mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-15 13:18:27 +00:00
test: update unit test
This commit is contained in:
parent
c952e109d0
commit
fdd22127e5
@ -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'))
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user