From a0163f1aa8b7bd82c5a4e16bcddc8493ce6a400d Mon Sep 17 00:00:00 2001 From: Evan You Date: Sat, 15 Feb 2020 11:10:52 -0500 Subject: [PATCH] chore: fix snapshots --- packages/compiler-ssr/__tests__/ssrVShow.spec.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/compiler-ssr/__tests__/ssrVShow.spec.ts b/packages/compiler-ssr/__tests__/ssrVShow.spec.ts index 87abd6a45..2738bc226 100644 --- a/packages/compiler-ssr/__tests__/ssrVShow.spec.ts +++ b/packages/compiler-ssr/__tests__/ssrVShow.spec.ts @@ -6,7 +6,7 @@ describe('ssr: v-show', () => { "const { ssrRenderStyle: _ssrRenderStyle } = require(\\"@vue/server-renderer\\") return function ssrRender(_ctx, _push, _parent) { - _push(\`\`) + _push(\`
\`) }" `) }) @@ -19,10 +19,10 @@ describe('ssr: v-show', () => { const _hoisted_1 = {\\"color\\":\\"red\\"} return function ssrRender(_ctx, _push, _parent) { - _push(\`\`) + ])}\\">\`) }" `) }) @@ -33,10 +33,10 @@ describe('ssr: v-show', () => { "const { ssrRenderStyle: _ssrRenderStyle } = require(\\"@vue/server-renderer\\") return function ssrRender(_ctx, _push, _parent) { - _push(\`\`) + ])}\\">\`) }" `) }) @@ -51,11 +51,11 @@ describe('ssr: v-show', () => { const _hoisted_1 = {\\"color\\":\\"red\\"} return function ssrRender(_ctx, _push, _parent) { - _push(\`\`) + ])}\\">\`) }" `) })