Skip to content

Commit 8cb713e

Browse files
committed
chore: update test
1 parent 954d244 commit 8cb713e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/compiler-dom/__tests__/transforms/__snapshots__/stringifyStatic.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ return function render(_ctx, _cache) {
3232
}"
3333
`;
3434

35-
exports[`stringify static html > serializing template string bindings 1`] = `
35+
exports[`stringify static html > serializing template string style 1`] = `
3636
"const { toDisplayString: _toDisplayString, normalizeClass: _normalizeClass, createElementVNode: _createElementVNode, createStaticVNode: _createStaticVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = Vue
3737
3838
return function render(_ctx, _cache) {

packages/compiler-dom/__tests__/transforms/stringifyStatic.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ describe('stringify static html', () => {
163163
})
164164

165165
// #12391
166-
test('serializing template string bindings', () => {
166+
test('serializing template string style', () => {
167167
const { ast, code } = compileWithStringify(
168168
`<div><div :style="\`color:red;\`">${repeat(
169169
`<span :class="[{ foo: true }, { bar: true }]">{{ 1 }} + {{ false }}</span>`,

0 commit comments

Comments
 (0)