Skip to content

Commit

Permalink
Fix: PR comments, failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
lbineau committed May 24, 2023
1 parent d12d553 commit 2167b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mountingOptions/global.stubs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ describe('mounting options: stubs', () => {

expect(wrapper.html()).toBe(
'<teleport-stub to="body">\n' +
' <div id="content-global-stubs-transition"></div>\n' +
' <div id="content-global-stubs-teleport"></div>\n' +
'</teleport-stub>'
)
})
Expand Down

0 comments on commit 2167b2c

Please sign in to comment.