Skip to content

Commit 4e5ff1f

Browse files
committedFeb 21, 2025··
test: update snapshot
1 parent fee8151 commit 4e5ff1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/app-vitest-full/tests/nuxt/server.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('server mocks and data fetching', () => {
5353
expect(await $fetch<unknown>('/overrides')).toStrictEqual({ title: 'first' })
5454

5555
unsubFirst()
56-
expect($fetch<unknown>('/overrides')).rejects.toMatchInlineSnapshot(`[FetchError: [GET] "/overrides": 404 Cannot find any path matching /_/overrides.]`)
56+
expect($fetch<unknown>('/overrides')).rejects.toMatchInlineSnapshot(`[FetchError: [GET] "/overrides": 404 Cannot find any path matching /overrides.]`)
5757
})
5858

5959
it('can mock fetch requests with explicit methods', async () => {

0 commit comments

Comments
 (0)
Please sign in to comment.