diff --git a/tests/mountingOptions/global.stubs.spec.ts b/tests/mountingOptions/global.stubs.spec.ts index ce756215f..29ccbcc2b 100644 --- a/tests/mountingOptions/global.stubs.spec.ts +++ b/tests/mountingOptions/global.stubs.spec.ts @@ -626,7 +626,7 @@ describe('mounting options: stubs', () => { expect(wrapper.html()).toBe( '\n' + - '
\n' + + '
\n' + '
' ) })