Skip to content

Commit

Permalink
test: correct test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 11, 2023
1 parent a6c454d commit c644bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/nuxt-vitest/tests/nuxt/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('test utils', () => {
expect(component.html()).toMatchInlineSnapshot(`
"<div>This is an auto-imported component</div>
<div> I am a global component </div>
<div>/</div>
<div>/test</div>
<a href=\\"/test\\"> Test link </a>"
`)
})
Expand Down

0 comments on commit c644bdb

Please sign in to comment.