From 2167b2c97968532f2447afe751b2caa54f52d313 Mon Sep 17 00:00:00 2001 From: lbineau Date: Wed, 24 May 2023 11:58:37 +0200 Subject: [PATCH] Fix: PR comments, failing test --- tests/mountingOptions/global.stubs.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' + '
' ) })