Skip to content

Commit c644bdb

Browse files
committedAug 11, 2023
test: correct test assertion
1 parent a6c454d commit c644bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/fixtures/nuxt-vitest/tests/nuxt/index.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ describe('test utils', () => {
123123
expect(component.html()).toMatchInlineSnapshot(`
124124
"<div>This is an auto-imported component</div>
125125
<div> I am a global component </div>
126-
<div>/</div>
126+
<div>/test</div>
127127
<a href=\\"/test\\"> Test link </a>"
128128
`)
129129
})

0 commit comments

Comments
 (0)
Please sign in to comment.